Forum Discussion
Asghar_Abbas
Apr 08, 2020Copper Contributor
Conditional formulas
H387 is the sum of H column If H387 would exceed to 10,000 (H387>=10,000) then H2*0.25 otherwise H2*0.45 Please advise the formula
Abiola1
Apr 08, 2020MVP
=IF(H387>=10,000,H2*0.25,H2*0.45)
Asghar_Abbas
Apr 08, 2020Copper Contributor
But that doesn’t work my friend.
H387 in the formula is keep changing on every row, I want that remain same.
Please advise
H387 in the formula is keep changing on every row, I want that remain same.
Please advise