Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Selecting data from a specific column

I have data in columns with month headers. I want to input a specific month
and return data for each row. For example, in A1, I have selected "Feb" and
want to return the data from column D. This will be 12 months so a nested IF
statement does not work.

1 A B C D E
2 Feb Type Jan Feb Mar
3 LR 87.55 126.77 111.63
4 PC 3.91
5 RE 98.23 29.75
6 SP 92.93

Any help will be greatly appreciated!

Charp

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Selecting data from a specific column

In A2:
=INDEX(C2:N2,1,MATCH(A$1,C$1:N$1,0))

Copy down as needed.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Charp" wrote:

I have data in columns with month headers. I want to input a specific month
and return data for each row. For example, in A1, I have selected "Feb" and
want to return the data from column D. This will be 12 months so a nested IF
statement does not work.

1 A B C D E
2 Feb Type Jan Feb Mar
3 LR 87.55 126.77 111.63
4 PC 3.91
5 RE 98.23 29.75
6 SP 92.93

Any help will be greatly appreciated!

Charp

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
Selecting data in a specific date range using COUNTIFS function Joe R @ AA[_2_] Excel Worksheet Functions 1 May 8th 09 02:29 PM
VLOOKUP specific monthly accounting data by selecting drop down li Toni Excel Worksheet Functions 2 June 5th 06 09:39 PM
Selecting Specific Data within a Table Huge Peanuts Excel Worksheet Functions 0 February 21st 06 04:09 PM
Selecting specific row/column from a named range [email protected] Excel Worksheet Functions 2 November 16th 05 09:24 PM
Selecting date specific data from different spreadsheets Kim Excel Discussion (Misc queries) 1 September 26th 05 12:02 PM


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