Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
At the top of my spreadsheet I have the following setup:
A B C D E 1 Bob Don Mark Sam 2 Mon 8 6 5 9 3 Tues 5 4 7 8 4 Wed 3 3 4 5 5 Thur 7 5 6 7 6 Fri 6 5 9 7 Lower in the spreadsheet I have a row (26) which includes names which are listed in Row1. Column M lists days of the week just like Column A above. What formula can I use to search the above data to return a value based on the name and day of week shown. For example, if cell 26N = "Mark" and cell 28M = "Thur" then I would like cell 28N to have a value of 6. -- Ken |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDEX(A1:E6,MATCH(M28,A1:A6,0),MATCH(N26,A1:E1,0) )
"Ken" wrote: At the top of my spreadsheet I have the following setup: A B C D E 1 Bob Don Mark Sam 2 Mon 8 6 5 9 3 Tues 5 4 7 8 4 Wed 3 3 4 5 5 Thur 7 5 6 7 6 Fri 6 5 9 7 Lower in the spreadsheet I have a row (26) which includes names which are listed in Row1. Column M lists days of the week just like Column A above. What formula can I use to search the above data to return a value based on the name and day of week shown. For example, if cell 26N = "Mark" and cell 28M = "Thur" then I would like cell 28N to have a value of 6. -- Ken |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count if multiple variable exist | Excel Discussion (Misc queries) | |||
Multiple variable issue | Excel Discussion (Misc queries) | |||
Help - Pivot with multiple variable | Excel Worksheet Functions | |||
Multiple Variable Count problem | Excel Worksheet Functions | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions |