+ Reply to Thread
Results 1 to 2 of 2

cell shows status based on multiple IF statements????

  1. #1
    Registered User
    Join Date
    03-23-2010
    Location
    uk
    MS-Off Ver
    Excel 2003
    Posts
    21

    cell shows status based on multiple IF statements????

    Picture2.jpg

    Hi I have spreadsheet as shown in attached image and am having trouble with formatting the status cell (D6)

    It should work as follows:-

    If F6 is equal or greater than 1 "No Sale"
    If I6 is not blank then "In-WIP" and it ovewrites "No Sale"
    If K6 is greater than 0 "Sale" and overwrites "No Sale"

    Cant get this to format, is there a way to do this?

    Thanks

    Jonny
    Last edited by jonnywakey; 05-16-2012 at 04:17 PM. Reason: removal of part numbers from image

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: cell shows status based on multiple IF statements????

    Maybe:

    =IF(K6<>"","Sale",IF(I6<>"","In-WIP",IF(F6>=1,"No Sale","")))

+ 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