ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   combine the two into a single formula please (https://www.excelbanter.com/excel-worksheet-functions/44337-combine-two-into-single-formula-please.html)

Steved

combine the two into a single formula please
 
Hello from Steved

combine the two below into a single formula please

=IF(Master!R6=4, ROW(),"")
=IF(Master!R6="W", ROW(),"")

Rowan

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


Steved

Thanks Rowan

"Rowan" wrote:

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



Rowan

You're welcome.

Steved wrote:
Thanks Rowan

"Rowan" wrote:


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




All times are GMT +1. The time now is 05:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com