ChristineJ
Well-known Member
- Joined
- May 18, 2009
- Messages
- 781
- Office Version
- 365
- Platform
- Windows
Is there a formula for A3 to return a string of all numerical amounts in the formula in A1 EXCEPT those used to designate the number of decimals in ROUND functions?
FORMULA in cell A1 =ROUND(E15,0)+ROUND(E16,3)+SUM(E17,6)+0+ROUND(SUM(E21,10)+B29,0)+ROUND(E24-20,2)+3
All numbers in formula in A1, in sequence 0, 3, 6, 0, 10, 0, 20, 2, 3
RESULT in cell A3 should be 6, 0, 10, 20, 3
(only numbers not used to designate number of decimals in ROUND functions, separated by a comma and space)
FORMULA in cell A1 =ROUND(E15,0)+ROUND(E16,3)+SUM(E17,6)+0+ROUND(SUM(E21,10)+B29,0)+ROUND(E24-20,2)+3
All numbers in formula in A1, in sequence 0, 3, 6, 0, 10, 0, 20, 2, 3
RESULT in cell A3 should be 6, 0, 10, 20, 3
(only numbers not used to designate number of decimals in ROUND functions, separated by a comma and space)