IF statement not working anymore

thundardog

New Member
Joined
May 18, 2011
Messages
19
I have been using the IF statement below to time an date stamp a field when a value is entered in the adjacent field

=IF(C4="","",IF(B4="",NOW(),B4))

I now get a circular reference error when I open the file, which I never got before and now it does not complete the NOW() statement.

any thoughts???
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
That is what it is suppose to do (is the date and time correct?), do you think it could be a format issue, or something else.
 
Upvote 0
If in a formula, you refer to the cell the formula is in, that is a circular reference.

In your example, the formula is in B4, and you refer to cell B4.
 
Upvote 0

Forum statistics

Threads
1,224,560
Messages
6,179,520
Members
452,921
Latest member
BBQKING

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