Forum Discussion
kristeltulio
4 years agoRegular Visitor
Divide function not calculating correctly
Hi I would like to ask for help. I'm trying to use the DIVIDE function but I'm not getting the right result. Below is my calculation: Breakeven YTD = - DIVIDE( [Overheads] + [Other Income], [...
- 4 years ago
Hi kristeltulio ,
Please try the following formula:
Breakeven YTD = - DIVIDE ( [Overheads] + [Other Income], ROUND ( [GP %], 3 ), 0 )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-kkf-msft
4 years agoCommunity Support
Hi kristeltulio ,
Please try the following formula:
Breakeven YTD =
- DIVIDE ( [Overheads] + [Other Income], ROUND ( [GP %], 3 ), 0 )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.