A
Alex
in Sheet2, in cell F1, I have the following formula:
="Number is " & sheet1!A1 & "in total"
In sheet1, the Cell A1 is a calculated number with about
12 decimal points.
The problem is that what I get in cell F1 of sheet2, is
the following: Number of Patients is 11898.8648158168 in
total.
I want this not to show any decimals. so I tried using
FIXED function in the formula such as: ="Number is "&Fixed
(sheet1!A1,0)&"in Total". This gives a strange result,
it now puts commas but also moves the decimal to 5 place
to the right, like so: 11,899,27082.1570981921 makes no
sense to me.
I even tried using Text function in the formula and that
doesn't make any changes at all.
Any help please?
Thanks folks
Alex
="Number is " & sheet1!A1 & "in total"
In sheet1, the Cell A1 is a calculated number with about
12 decimal points.
The problem is that what I get in cell F1 of sheet2, is
the following: Number of Patients is 11898.8648158168 in
total.
I want this not to show any decimals. so I tried using
FIXED function in the formula such as: ="Number is "&Fixed
(sheet1!A1,0)&"in Total". This gives a strange result,
it now puts commas but also moves the decimal to 5 place
to the right, like so: 11,899,27082.1570981921 makes no
sense to me.
I even tried using Text function in the formula and that
doesn't make any changes at all.
Any help please?
Thanks folks
Alex