thirdeye85
New Member
- Joined
- Aug 11, 2021
- Messages
- 28
- Office Version
- 2019
- Platform
- MacOS
Hello,
I have a question about combining the ROUND function and SUM function.
I understand that the ROUND function works like this:
=ROUND(E10,1) This would round up a decimal place of cell E10.
And a SUM function can work like this.
=SUM(E10*.10) What this function does is multiplies my E10 cell by .10
I would like to combine both of these into one formula and the best i can come up with is below (which does not work).
=SUM(E10*0.10)(ROUND(E10,1))
Basically, I would like to create a function which multiplies the E10 cell by .10 and then rounds up that calculated value.
Thank you for your help!
I have a question about combining the ROUND function and SUM function.
I understand that the ROUND function works like this:
=ROUND(E10,1) This would round up a decimal place of cell E10.
And a SUM function can work like this.
=SUM(E10*.10) What this function does is multiplies my E10 cell by .10
I would like to combine both of these into one formula and the best i can come up with is below (which does not work).
=SUM(E10*0.10)(ROUND(E10,1))
Basically, I would like to create a function which multiplies the E10 cell by .10 and then rounds up that calculated value.
Thank you for your help!