what does it mean

W

Wayne

In three instances I have used this formula successfully to calculate an age in years: =SUM(J19-C1)/365. J19 & c1 are formatted as dates and the answer cell is formatted as a number. When I try to use the same set up in subsequent cells the answer returned is "#value". If I change the date in one of the problem cells to be the same as in one of the cells that calculates correctly, #value changes to the correct answer. Has anyone got a solution for this?
 
M

Max

Not really sure what's happening, but ...

Your formula can be reduced to

: =(J19-C1)/365

("SUM" is not required)

and when you say:

"When I try to use the same set up in subsequent cells"

do you mean you copy the formula down or across from
where it is ?

Is one of the cells, either J19 or C1,
supposed to be fixed, i.e. $J$19 or $C$1 ?

--
Rgds
Max
xl 97
----------------------------------
Use xdemechanik <at>yahoo<dot>com for email
-----------------------------------------
Wayne said:
In three instances I have used this formula successfully to calculate an
age in years: =SUM(J19-C1)/365. J19 & c1 are formatted as dates and the
answer cell is formatted as a number. When I try to use the same set up in
subsequent cells the answer returned is "#value". If I change the date in
one of the problem cells to be the same as in one of the cells that
calculates correctly, #value changes to the correct answer. Has anyone got a
solution for this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top