Hi Everybody,
I have the following table. I use the formula "=Sum([Oct])" for the third column and get the very big result.
Project No | Oct | Sum(Oct) |
---|---|---|
PRJ1 | 0 | 0 |
PRJ1 | 0.5 | 4 |
PRJ1 | 1 | 24 |
PRJ1 | 2 | 32 |
Do you know why I got those big numbers for the third column?
Please help me.
Thank you so much.