Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting data in a specific date range using COUNTIFS function | Excel Worksheet Functions | |||
VLOOKUP specific monthly accounting data by selecting drop down li | Excel Worksheet Functions | |||
Selecting Specific Data within a Table | Excel Worksheet Functions | |||
Selecting specific row/column from a named range | Excel Worksheet Functions | |||
Selecting date specific data from different spreadsheets | Excel Discussion (Misc queries) |