+ Reply to Thread
Results 1 to 4 of 4

Formula doesn't work as expected????

  1. #1
    Registered User
    Join Date
    01-20-2013
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    9

    Formula doesn't work as expected????

    Hi,

    I have a worksheet with the following formula =IF(P3="","",COUNTIF($P$3:P10000,P3)>1) which gives me a true/false or blank result from a unique id in another column, I then have a =IF(ISBLANK(Q3),"",IF(Q3=TRUE<"YES","NO")) which gives me the desired yes/no/blank result in another column(or is supposed to), the problem is the ISBLANK formala doesn't return a blank if the previous column is blank it still returns a fals value.
    I'm sure there is an explenation for this however I don't know what thatis???

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Formula doesn't work as expected????

    Instead of using ISBLANK use:

    =IF(Q3="","",IF(Q3,"YES","NO"))

  3. #3
    Registered User
    Join Date
    01-20-2013
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Formula doesn't work as expected????

    Hi Andrew,

    The formula works on a new worksheet but for some reason not on the worksheet I'm using, any ideas??

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Formula doesn't work as expected????

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.


+ 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