![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 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 ] |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi there,
=IF(F3>0,(F3+14),IF(D3="Conduct",(F3+90),IF(D3="NoCall/NoShow",(F3+365),"blank"))) Tom |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 2
|
Thanks!!
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: Toronto
Posts: 173
|
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.
__________________
Regards, Duane h. Office2003 in WinXP o. Office2007 in Win7 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|