Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hello from Steved
combine the two below into a single formula please =IF(Master!R6=4, ROW(),"") =IF(Master!R6="W", ROW(),"") |
#2
![]() |
|||
|
|||
![]()
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(),"") |
#3
![]() |
|||
|
|||
![]()
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(),"") |
#4
![]() |
|||
|
|||
![]()
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(),"") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to combine text? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Combine candle and line in a single chart | Charts and Charting in Excel | |||
Combine candle and line in a single chart | Charts and Charting in Excel |