View Single Post
  #2   Report Post  
Rowan
 
Posts: n/a
Default

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(),"")