MaryEsther04
New Member
- Joined
- Sep 12, 2011
- Messages
- 3
If number is less than 10 round off to 3 sig.numbers and If my number is greater than 10 round off to 2 sig.numbers. This is part of the answer but need help for the second part?
=IF(cell>10,round(cell,3))
=IF(cell>10,round(cell,3))