G
Guest
Hi,
I'm trying to fiigure out the possible causes for the following 2 problems.
Any help is highly appreciated.
#1.
I'm trying to use the NOW() function in a cell(say B1) with format m/d/yyyy.
This gives me 3/1/2005. I've another cell(say C1) where I've entered the date
2/27/2005. Now on D1(=b1-c1) with format numeric, I get a 3 as opposed to a 2
when I hardcode 3/1/2005 in B1 instead of the NOW() function.
#2. Using the value in D1 in further calculations is even more scary.
Multiplying D1(value 3) by a 100 gives me an output of 269 as opposed to 300.
I'm trying to fiigure out the possible causes for the following 2 problems.
Any help is highly appreciated.
#1.
I'm trying to use the NOW() function in a cell(say B1) with format m/d/yyyy.
This gives me 3/1/2005. I've another cell(say C1) where I've entered the date
2/27/2005. Now on D1(=b1-c1) with format numeric, I get a 3 as opposed to a 2
when I hardcode 3/1/2005 in B1 instead of the NOW() function.
#2. Using the value in D1 in further calculations is even more scary.
Multiplying D1(value 3) by a 100 gives me an output of 269 as opposed to 300.