CWEngineer
Civil/Environmental
- Jul 3, 2002
- 269
I have three numbers in cells H28, H29 and H30. I am trying to find the minimum of those three numbers. I tried doing the formula below but it does not seem to work. After talking to a co-worker he brought up the MIN function. That also works, but I guess right now I am trying to figuere out why the function below is not working. Appreciate if your help. THANKS.
=IF((H28<H29)^(H28<H30),H28,IF(H29<H30,H29,H30))
=IF((H28<H29)^(H28<H30),H28,IF(H29<H30,H29,H30))