0
Very simple excel formula not translating across to Ninox... what am i doing wrong?
Hello All
I need to calculate the trade price of an item based on the shop margin. In excel i use the formula:
RRP * (100% - shop margin)
But i can't seem to replicate this in Ninox. Any ideas??
Many thanks
Ben
4 replies
-
Please post your the code you have written so far.
-
Ninox doesn't do %. Unless they've added that feature. I haven't checked recently. So if 'Assumed shop margin' is a decimal then:
RRP * (1 - 'Assumed shop margin')
or if 'Assumed shop margin' is an integer then:
RRP * ((100 - 'Assumed shop margin')/100)
Content aside
- Status Answered
- 2 yrs agoLast active
- 4Replies
- 51Views
-
2
Following