Ironman
Well-known Member
- Joined
- Jan 31, 2004
- Messages
- 1,069
- Office Version
- 365
- Platform
- Windows
Hi
Cell F1 contains a heading with a formula in the format "COMMENTS (0.000000000000% CONVERTED)".
The formula is
and divides the last used row number in Col B by 6210.
All I'm looking for is a way to round the formula result to the nearest whole number instead of 12 decimal places e.g. COMMENTS (38% COMPLETED). I can't use ROUND because I get a circular reference and using number format makes no difference.
Many thanks!
Cell F1 contains a heading with a formula in the format "COMMENTS (0.000000000000% CONVERTED)".
The formula is
Excel Formula:
="COMMENTS ("& ((MAX(IF(B2:B6210<>"",ROW(2:6210))))/6210)*100 & "% CONVERTED)"
All I'm looking for is a way to round the formula result to the nearest whole number instead of 12 decimal places e.g. COMMENTS (38% COMPLETED). I can't use ROUND because I get a circular reference and using number format makes no difference.
Many thanks!
Last edited: