formula in Excel

dhasspoke

New Member
Joined
Mar 30, 2002
Messages
2
Hi there,

I need a formula in g3 through g7000. so far I have =IF(F3 >0,SUM(F3+14), "blank")and than a condition format that if "blank" than format text white.

Now I need to add to this and if d3="Conduct" f3+90 and if d3="NoCall/NoShow" f3+365. plus the above formula I already have. Is this possible? Thanks
This message was edited by dhasspoke on 2002-03-31 09:05
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi there,

=IF(F3>0,(F3+14),IF(D3="Conduct",(F3+90),IF(D3="NoCall/NoShow",(F3+365),"blank")))

Tom
 
Upvote 0
One more thing - if you're using the conditional formatting to get rid of the "blank", you can always just put "" instead of "blank" - putting "" tells Excel to put what's inside the quote, which would be nothing, hence the cell would remain blank.
 
Upvote 0

Forum statistics

Threads
1,213,567
Messages
6,114,344
Members
448,570
Latest member
rik81h

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