+ Reply to Thread
Results 1 to 3 of 3

Thread: nested ifs

  1. #1
    Registered User
    Join Date
    09-22-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    nested ifs

    i want to show a formula for the following...

    if the cell is less than 97% show "1" BUT IF THECELL IS BLANK do not show any value

    at present when i do an IF and cell value is less than 97 it picks up not only those with a value but those with no value as well and registers them as below 97%

  2. #2
    Valued Forum Contributor
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    1,957

    Re: nested ifs

    If your data is in cell A1, say, then try - =IF(AND(NOT(ISBLANK(A1)),A1<97%),"1","") or =IF(AND(ISNUMBER(A1),A1<97%),1,"")

  3. #3
    Registered User
    Join Date
    09-22-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: nested ifs

    Legend.... Thanks

+ 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.2.0