Thread: IF/IFS Help
View Single Post
 
Old 12-02-2019, 11:40 AM
ortizimo ortizimo is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Nov 2019
Posts: 3
ortizimo is on a distinguished road
Default

Quote:
Originally Posted by Debaser View Post
I'd suggest you use something like this:

=MIN(IF(H5=TRUE,1E100,D5),IF(P5=TRUE,1E100,L5),IF( H21=TRUE,1E100,D1),IF(P21=TRUE,1E100,L21))

which will return 1E100 (a very big number) for any cells where the checkbox is TRUE. If the end result is 1E100, then none of the items are available, which you could add an additional test for if it could happen?

That worked as I wanted...thanks very much! Thanks everyone!
Reply With Quote