if statement with multiple trues but only one false

lucinenecka

New Member
Joined
May 31, 2012
Messages
14
Hello,

As it's Saturday and I'm working my brain decided against it.....;)

Could anyone help me to write if statement or any other formula: if cell C3 is less then 0 then "over due", if = 0 then "due" and if more then zero then "not due yet" otherwise preferably nothing, because that would mean that the cell is empty.

Thank you very much
Lucie
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Or

=IF(LEN(C3)>0,LOOKUP(C3,{-1000,0,1},{"over due [sic!]","due","not due yet"}),"")
 
Upvote 0
Thank you very much for your ever so quick reply. It works perfectly. I have two more questions, not sure if I can ask under this title, but will try anyway. I'm new to this forum.
1. The formulas in my spreadsheet suddenly won't work/update unless I press save button.
2. This worksheet is list of incoming post items being filled in by macro driven input form from same workbook. Can it be shared and used by multiple users at the same time or have I spent a lot of time by creating something of no value for our purposes.
 
Upvote 0
For #1 check in Tools > Options > Calculation tab that calculation is set to Automatic.

Foe #2 I suggest that you start a new thread.
 
Upvote 0

Forum statistics

Threads
1,203,693
Messages
6,056,760
Members
444,889
Latest member
ibbara

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top