Thread
: [Solved]
Any help on a formula for this?
View Single Post
01-28-2019, 09:50 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
=if(a1<50,ceiling(a1,0.25),if(a1<250,ceiling(a1,1) ,if(a1<450,ceiling(a1,5),if(a1<1000,ceiling(a1,10) ,if(a1>=1000,ceiling(a1,25))))))
xor
View Public Profile
Find all posts by xor