Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
My View
 
Posts: n/a
Default Select second columns only

I want to select every second column between certain rows but I don't want
to do "A4:A20, C4:C20, E4:E20, G4:G20 ..... etc etc".

Is there a more efficient way to show this?

regards

PeterH



  #2   Report Post  
bj
 
Posts: n/a
Default

What do you want to do with the data.
If you need it to go to someplace else using something like
=indirect("R"&row()-20&"C"&Column()*2-1)
in A24:E40 would group the data in your example.

"My View" wrote:

I want to select every second column between certain rows but I don't want
to do "A4:A20, C4:C20, E4:E20, G4:G20 ..... etc etc".

Is there a more efficient way to show this?

regards

PeterH




  #3   Report Post  
 
Posts: n/a
Default

Thanks for the reply.
I want to impose conditions on those cells by way of a macro. So the
cells will be listed in the macro. They will not be listed in a formula
in the cell(s).
PeterH


bj wrote:
What do you want to do with the data.
If you need it to go to someplace else using something like
=indirect("R"&row()-20&"C"&Column()*2-1)
in A24:E40 would group the data in your example.

"My View" wrote:

I want to select every second column between certain rows but I don't want
to do "A4:A20, C4:C20, E4:E20, G4:G20 ..... etc etc".

Is there a more efficient way to show this?

regards

PeterH





  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could select that discontiguous range once, then give it a nice range name.
(Insert|Name|define)

Then if you ever need to select it again, you can just:

Edit|goto (or F5 or ctrl-g), type in that name and hit enter

(or even just type the name in the namebox (to the left of the formula bar) and
hit enter.)

But you'd still have to do it at least once.

My View wrote:

I want to select every second column between certain rows but I don't want
to do "A4:A20, C4:C20, E4:E20, G4:G20 ..... etc etc".

Is there a more efficient way to show this?

regards

PeterH


--

Dave Peterson
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
Need Way to Automatically Select Data Art Stewart Excel Worksheet Functions 4 March 21st 05 01:32 AM
Need Way to Automatically Select Data Arthur Moore Excel Discussion (Misc queries) 0 March 19th 05 12:32 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Dynamic Formulas with Dynamic Ranges Ralph Howarth Excel Worksheet Functions 5 January 21st 05 08:44 AM
Counting the Contents of Two Columns Molochi Excel Discussion (Misc queries) 6 December 22nd 04 08:13 PM


All times are GMT +1. The time now is 06:47 AM.

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"