Hi,
I need to take the min or max of some returned if-then results, but I really need some of those if-then returns to be ignored so that the min or max result makes sense.
MIN(IF(hub!$F120=1,hub!G120,(10^10)),IF(bedplate!$F120=1,bedplate!G120,(10^10)))
I put in the (10^10) so that any...