cell not calculating

UPN

Board Regular
Joined
May 14, 2006
Messages
138
I have 2 cells in my sheet that will not calculate unless i click in formula bar then move to another cell

Any ideas why this is not working right?

formula is

=IF(NOW()<Y2," ",L10*8)
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
=IF(NOW()<Y2,"",L10*8)

sorry whole formula did not show up on prior message

y2 is julian date for a date
 
Upvote 0
Try using edit --> replace to replace all = with =

This usually happens if Excel *thinks* the cell is formatted as text (usually if the cell used to be text before the format was changed). The = with = trick circumvents that issue.

(P.S. Use code tags to show your formula. The board doesn't like some combinations of < and > signs because of the uses of those symbols in HTML)
 
Upvote 0
weird

i click on another sheet in same workbook and come back to the problem sheet and it is ok
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,461
Members
449,085
Latest member
ExcelError

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