J
Jesse
I have a simple function to test if the value of cell D6 is less than 50.
=IF(D6 < $H$6,D6,"")
where H6 = '50' (without hyphens)
However I would like to be able to enter '<50' in cell H6 so I can control
the operator (<,>,<>,etc.) without editing the formula.
I have tried this but get #Value! error
=IF(D6 &$H$6,D6,"")
where H6 = '<50' (without hyphens)
Help is appreciated.
=IF(D6 < $H$6,D6,"")
where H6 = '50' (without hyphens)
However I would like to be able to enter '<50' in cell H6 so I can control
the operator (<,>,<>,etc.) without editing the formula.
I have tried this but get #Value! error
=IF(D6 &$H$6,D6,"")
where H6 = '<50' (without hyphens)
Help is appreciated.