F
filky
Can anyone explain the following probolem I have encountered.
I have imported some details from MSProject that inclue a cell values
for example
1.45 hrs
1.25 hrs
To sum these texts I used =LEFT(A1,LEN(A1)-4) in column B to remove th
hrs.
If I then use +B1+B2 it adds up the figures to be 2.7 - correct
If I use =SUM(B1:B2) it adds them up to 0 - incorrect
So, I amend the formulae to =VALUE(LEFT(A1,LEN(A1)-4)) in column B an
then repeat the exercise. This time they are both correct.
I could understand this if both were 0 in the first instance as th
result is a text string. But why is only one 0
I have imported some details from MSProject that inclue a cell values
for example
1.45 hrs
1.25 hrs
To sum these texts I used =LEFT(A1,LEN(A1)-4) in column B to remove th
hrs.
If I then use +B1+B2 it adds up the figures to be 2.7 - correct
If I use =SUM(B1:B2) it adds them up to 0 - incorrect
So, I amend the formulae to =VALUE(LEFT(A1,LEN(A1)-4)) in column B an
then repeat the exercise. This time they are both correct.
I could understand this if both were 0 in the first instance as th
result is a text string. But why is only one 0