Hi, I been getting some help over on the VBA forum regarding Conditional Formats, although nobody grumbled, I hold my hand up for my mistake for posting a non VBA question the that forum ;-)
The help got me over that hurdle, but I have another similar one now with a Formula
I have currently been able to get some logic working via this Formula so am happy with that.
=IF(AND($B$3="COM",$B$4="ABC"),(B9),(LEFT($B$3,5)&$B$4))
However, I'd like to substitute the $B$4="ABC" part for a named range, but have no idea how to achieve this and get the logic to work as it should. Obviously I have defined the named range.
Thanks in advance
The help got me over that hurdle, but I have another similar one now with a Formula
I have currently been able to get some logic working via this Formula so am happy with that.
=IF(AND($B$3="COM",$B$4="ABC"),(B9),(LEFT($B$3,5)&$B$4))
However, I'd like to substitute the $B$4="ABC" part for a named range, but have no idea how to achieve this and get the logic to work as it should. Obviously I have defined the named range.
Thanks in advance