Formula Result "" still registers as a number??

alag76

New Member
Joined
May 18, 2006
Messages
24
Hi,

I have a the following formula in a spreadsheet =IF(G39="","",(TODAY()-G39)) but the "" result is causing issues for me in a formula in another cell where if G39>120 then an X should be populated. Although G39 is blank the other cell is still populating as if G39>120. Thanks in advance for any help.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi,

I have a the following formula in a spreadsheet =IF(G39="","",(TODAY()-G39)) but the "" result is causing issues for me in a formula in another cell where if G39>120 then an X should be populated. Although G39 is blank the other cell is still populating as if G39>120. Thanks in advance for any help.
What's the formula in the other cell?
 
Upvote 0
Can you post the other formula? In what cell do you have "=IF(G39="","",(TODAY()-G39))"?

The other formula is:
=IF(AND($K39="",$I39>=120),"x",IF($K39>=120),"x",""))

The first formula is in cell I39.

K39 has this formula: =IF(J39="","",(TODAY()-J39))

Thank you!
 
Upvote 0

Forum statistics

Threads
1,196,485
Messages
6,015,472
Members
441,898
Latest member
kofafa

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