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?
2 Replies
- knudsen365Copper ContributorThank you so much Hans, i to chance the komma so it went like "=MAX(C13*$D$6*2;28)", but it worked. Thank you!