Forum Discussion

kristeltulio's avatar
kristeltulio
Regular Visitor
4 years ago
Solved

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], [...
  • v-kkf-msft's avatar
    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.