+ Reply to Thread
Results 1 to 3 of 3

ISBLANK to make an IF function work.

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    ISBLANK to make an IF function work.

    Hi all,

    The below formula is doing the opposite to what I want.

    =IF(R2<='Stock Level'!R2,S2,0)*AND(ISBLANK(P2))
    Basically if cell p2 is blank I don't want the if function to work.
    Last edited by Steve-B; 07-21-2009 at 09:21 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: ISBLANK to make an IF function work.

    Hi,

    I'm not entirely sure, but is this what you need?

    =IF(ISBLANK(P2),"",IF(R2<='Stock Level'!R2,S2,0))
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    Re: ISBLANK to make an IF function work.

    Cheers Dave, works a treat.... although i've found another problem.

    I need the formula to also not work (add another condition) so that it will identify previous sheets within the workbook (labelled as a date dd.mm.yy 01.07.09, 02.07.09 etc) and take away mulitples of 15.... i have set a minimum re-order level of 15 units. So an order can only go through if there is over 15 units needed. I think i'm losing here... might need to get some VBA advice on this one....

    The workbook I'm using is found here (See test sheet zip file...)
    Last edited by Steve-B; 07-21-2009 at 09:26 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1