Forum Discussion
knudsen365
Jan 20, 2022Copper Contributor
Minimum value in a cell
I have a cell with this calculation =C13*($D$6*2), however the cell´s value cant be less than 28, I just can´t figure out how to do that. Can anyone help?
- Jan 20, 2022
HansVogelaar
Jan 20, 2022MVP
knudsen365
Jan 20, 2022Copper Contributor
Thank you so much Hans, i to chance the komma so it went like "=MAX(C13*$D$6*2;28)", but it worked. Thank you!