Forum Discussion
gandriol
May 30, 2022Copper Contributor
Funtion IF
Hello, I have a question about the IF function I need to program a cell with this conditioning IF((J13<=15);(I13*J13);(I13*15). Note that i want to limit the factor in 15. I want that this co...
HansVogelaar
May 30, 2022MVP
=IF(H14="unjustified", I3*MIN(J13, 15), 0)