Forum Discussion
Claunch44
Jan 20, 2023Copper Contributor
MRound Function with an existing formula
Cell A has a margin amount. Cell B is my budget amount. Cell C is my sales amount (budget with margin). I want the mround function to also be in cell C. So how do I add the mround function to a cel...
- Jan 20, 2023
Claunch44
Jan 20, 2023Copper Contributor
I have this formula now that I want to add the mround function to-
=IF(AN2=0,"",AN2/(1-$AU$1))
=IF(AN2=0,"",AN2/(1-$AU$1))
HansVogelaar
Jan 20, 2023MVP
- Claunch44Jan 21, 2023Copper Contributor
That worked! Thank you for your help!