#1   Report Post  
Posted to microsoft.public.excel.misc
NWO NWO is offline
external usenet poster
 
Posts: 60
Default Selecting values...

Hello.

I have a function that requires a string of cells, from the most current
month backwards, but when I attempt to select the values from right to left
(because this is the way the data is fixed on the source document), the
selection still shows the cell selection as left to right, so I have to copy
the data onto a separate sheet and manipulate the data so the function will
work properly.

Q - is there a way in Excel to select values from right to left so that the
reference indeed will read right to left, i.e. data in cell b2:b7 to read
b7:b2?

Thanks,
NWO
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Selecting values...

B2:B7 is down a column not left to right.

What are the actual cells you wish selected right to left?

Maybe G2:B2?

What do you want done with those cells?

Excel by default will not look at a selection of cells from right to left.


Gord Dibben MS Excel MVP

On Wed, 14 Feb 2007 15:22:07 -0800, NWO wrote:

Hello.

I have a function that requires a string of cells, from the most current
month backwards, but when I attempt to select the values from right to left
(because this is the way the data is fixed on the source document), the
selection still shows the cell selection as left to right, so I have to copy
the data onto a separate sheet and manipulate the data so the function will
work properly.

Q - is there a way in Excel to select values from right to left so that the
reference indeed will read right to left, i.e. data in cell b2:b7 to read
b7:b2?

Thanks,
NWO


  #3   Report Post  
Posted to microsoft.public.excel.misc
NWO NWO is offline
external usenet poster
 
Posts: 60
Default Selecting values...

Ooppss...I meant to say c2:f2, and have the cell reference show as f2:c2 in
the function - is hti spossible?

"Gord Dibben" wrote:

B2:B7 is down a column not left to right.

What are the actual cells you wish selected right to left?

Maybe G2:B2?

What do you want done with those cells?

Excel by default will not look at a selection of cells from right to left.


Gord Dibben MS Excel MVP

On Wed, 14 Feb 2007 15:22:07 -0800, NWO wrote:

Hello.

I have a function that requires a string of cells, from the most current
month backwards, but when I attempt to select the values from right to left
(because this is the way the data is fixed on the source document), the
selection still shows the cell selection as left to right, so I have to copy
the data onto a separate sheet and manipulate the data so the function will
work properly.

Q - is there a way in Excel to select values from right to left so that the
reference indeed will read right to left, i.e. data in cell b2:b7 to read
b7:b2?

Thanks,
NWO



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Selecting values...

See Jerry's post about a helper row and sorting to reverse the cells.

Or reverse them in a helper row using

=INDEX($C$2:$F$2,4-(COLUMN(A2)-1))


Gord

On Wed, 14 Feb 2007 15:51:00 -0800, NWO wrote:

Ooppss...I meant to say c2:f2, and have the cell reference show as f2:c2 in
the function - is hti spossible?

"Gord Dibben" wrote:

B2:B7 is down a column not left to right.

What are the actual cells you wish selected right to left?

Maybe G2:B2?

What do you want done with those cells?

Excel by default will not look at a selection of cells from right to left.


Gord Dibben MS Excel MVP

On Wed, 14 Feb 2007 15:22:07 -0800, NWO wrote:

Hello.

I have a function that requires a string of cells, from the most current
month backwards, but when I attempt to select the values from right to left
(because this is the way the data is fixed on the source document), the
selection still shows the cell selection as left to right, so I have to copy
the data onto a separate sheet and manipulate the data so the function will
work properly.

Q - is there a way in Excel to select values from right to left so that the
reference indeed will read right to left, i.e. data in cell b2:b7 to read
b7:b2?

Thanks,
NWO




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Selecting values...

There's not a built-in function to do that that I'm aware of (and every time
I say that, someone comes along later and makes me aware of such <g). You
can copy and Paste Special with a "transpose" action, but that only turns the
data on its edge, not reversing it.
What you could do, I suppose is do your copying to the new sheet then add a
row of numbers above or below it in sequence as 1,2,3,4,5,6...
and then choose both rows and use Data Sort in Descending order by that
sequence of numbers to get them reversed relatively quickly. The Sort
function does have a Left to Right option so that you can sort this way
rather than the usual vertical sorting done.
Actually, you could probably do that on the source sheet, add the row of
numbers, sort the group, copy the data, then reverse the sort to get things
back in their original order.

"NWO" wrote:

Hello.

I have a function that requires a string of cells, from the most current
month backwards, but when I attempt to select the values from right to left
(because this is the way the data is fixed on the source document), the
selection still shows the cell selection as left to right, so I have to copy
the data onto a separate sheet and manipulate the data so the function will
work properly.

Q - is there a way in Excel to select values from right to left so that the
reference indeed will read right to left, i.e. data in cell b2:b7 to read
b7:b2?

Thanks,
NWO



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 for selecting the greater of two values? Boriana Excel Worksheet Functions 6 April 5th 23 01:05 PM
Selecting Various Values for One Source [email protected] Excel Discussion (Misc queries) 3 June 16th 06 09:45 PM
Selecting more than one filter values jamex Excel Discussion (Misc queries) 2 March 18th 06 02:32 PM
selecting values from raw data cebu2b Excel Worksheet Functions 1 February 22nd 06 08:22 PM
Selecting a range of values for another function Sergun Excel Worksheet Functions 4 November 24th 05 10:45 PM


All times are GMT +1. The time now is 03:22 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"