Thread
:
Help me to add formula in cell
View Single Post
11-14-2017, 11:37 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
With Net profit in A1 you can use for example
=IF(A1>20000,0.2,IF(A1>=10000,0.15,IF(A1>0,0.1,"") ))
xor
View Public Profile
Find all posts by xor