Thread
:
combine the two into a single formula please
View Single Post
#
2
Rowan
Posts: n/a
One way:
=IF(OR(Master!R6=4,Master!R6="W"), ROW(),"")
Regards
Rowan
Steved wrote:
Hello from Steved
combine the two below into a single formula please
=IF(Master!R6=4, ROW(),"")
=IF(Master!R6="W", ROW(),"")
Reply With Quote