Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steved
 
Posts: n/a
Default 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(),"")
  #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(),"")

  #3   Report Post  
Steved
 
Posts: n/a
Default

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   Report Post  
Rowan
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to combine text? coal_miner Excel Worksheet Functions 5 August 18th 05 04:29 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Combine candle and line in a single chart Bert Charts and Charting in Excel 1 January 20th 05 01:08 PM
Combine candle and line in a single chart Bert Charts and Charting in Excel 4 January 19th 05 07:23 AM


All times are GMT +1. The time now is 05:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"