How do you nest two if statements?
=IF(C19="DOWN", 0, if C19>0,760,0)
How do you nest two if statements?
=IF(C19="DOWN", 0, if C19>0,760,0)
You're almost there, but there are spaces in your formula and no opening parenthesis before the second IF. Try this:Originally Posted by RGPH
=IF(C19="DOWN",0,IF(C19>0,760,0))
Trish in Oz
-------------
A problem well defined is a puzzle half solved
If you attach a sample of your workbook it will be easier to find a solution.Remember to remove/replace sensitive data before uploading the file. Look here if you need help with attachments:
http://www.excelforum.com/faq.php?fa...b3_attachments
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks