A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Return Column match



 
 
Thread Tools Display Modes
  #1  
Old November 12th, 2009, 07:38 PM posted to microsoft.public.excel.misc
Charp
external usenet poster
 
Posts: 8
Default Return Column match

I need to return data from a specific column within multiple columns. For
example, I would like to return data from the Mar column by row.

Description Jan Feb Mar Apr
DBR 137.27 117.27 0.18
Data Entry 20.70 7.55 314.87 12.75
Loss Run 87.55 126.77 111.63 174.66

  #2  
Old November 12th, 2009, 07:55 PM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
Default Return Column match

B1:E1 = Jan Feb Mar Apr
Data in the range B2:E10

Enter this formula in G2 and copy down as needed:

=INDEX(B$2:E$10,ROWS(G$2:G2),MATCH("Mar",B$1:E$1,0 ))

--
Biff
Microsoft Excel MVP


"Charp" wrote in message
...
I need to return data from a specific column within multiple columns. For
example, I would like to return data from the Mar column by row.

Description Jan Feb Mar Apr
DBR 137.27 117.27 0.18
Data Entry 20.70 7.55 314.87 12.75
Loss Run 87.55 126.77 111.63 174.66



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:29 AM.


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