Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Use intersection of column and TWO ranges in formula?

Thanks to those who helped before, I can use the intersection of a column
and a named range in a formula, as in
=STDEV((col7 rng1Work)).

Now, what happens when I want to calculate across TWO ranges? As in
=STDEV of the values in the intersection of the range "col7" and all the
values in both "rng1Work" and "rng2Work"?
If "col7" was column "D", rng1Work included rows 4-7, and rng2Work included
rows 14-17, this would be the equivalent of
=STDEV(D4:D7, D14:D17).

Ed


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Use intersection of column and TWO ranges in formula?

=STDEV(col7 rng1Work,col7 rng2Work)

--
Regards,
Tom Ogilvy

"Ed" wrote in message
...
Thanks to those who helped before, I can use the intersection of a column
and a named range in a formula, as in
=STDEV((col7 rng1Work)).

Now, what happens when I want to calculate across TWO ranges? As in
=STDEV of the values in the intersection of the range "col7" and all the
values in both "rng1Work" and "rng2Work"?
If "col7" was column "D", rng1Work included rows 4-7, and rng2Work

included
rows 14-17, this would be the equivalent of
=STDEV(D4:D7, D14:D17).

Ed




  #3   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Use intersection of column and TWO ranges in formula?

Perfect! Thanks, Tom.

Ed

"Tom Ogilvy" wrote in message
...
=STDEV(col7 rng1Work,col7 rng2Work)

--
Regards,
Tom Ogilvy

"Ed" wrote in message
...
Thanks to those who helped before, I can use the intersection of a

column
and a named range in a formula, as in
=STDEV((col7 rng1Work)).

Now, what happens when I want to calculate across TWO ranges? As in
=STDEV of the values in the intersection of the range "col7" and all the
values in both "rng1Work" and "rng2Work"?
If "col7" was column "D", rng1Work included rows 4-7, and rng2Work

included
rows 14-17, this would be the equivalent of
=STDEV(D4:D7, D14:D17).

Ed






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
intersection of a row with a column James shaw Excel Discussion (Misc queries) 4 March 1st 08 08:21 PM
How To Format Row Column Intersection [email protected] Excel Discussion (Misc queries) 3 August 24th 07 07:50 PM
LOOKUP FORMULA INTERSECTION OF A COLUMN AND (TWO) VALUES IN A ROW SID Excel Worksheet Functions 1 February 10th 06 09:37 PM
I NEED A FUNCTION TO FIND IF THERE IS AN INTERSECTION BETWEEN 2 DATE RANGES MissSara Excel Worksheet Functions 10 September 7th 05 09:40 PM
intersection of row and column a Excel Worksheet Functions 5 April 19th 05 05:01 PM


All times are GMT +1. The time now is 03:08 AM.

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

About Us

"It's about Microsoft Excel"