G
Guest
Within this function
=IF(VLOOKUP(MIN($C$6:$C$28),$H$5:$J$16,3)<>"0","Available","Not Available") I
want to the place the "Available" or "Unavailable" in column 'B' next to the
corresponding row that matches the findings in column 'C'.
In other words how do you write a function that says 'Go To Cell xxx and
display xxx' based upon the results of a function?
Any thoughts?
=IF(VLOOKUP(MIN($C$6:$C$28),$H$5:$J$16,3)<>"0","Available","Not Available") I
want to the place the "Available" or "Unavailable" in column 'B' next to the
corresponding row that matches the findings in column 'C'.
In other words how do you write a function that says 'Go To Cell xxx and
display xxx' based upon the results of a function?
Any thoughts?