Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Multiple Variable Formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Multiple Variable Formula

=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
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
Count if multiple variable exist Stan Excel Discussion (Misc queries) 1 March 16th 07 03:30 PM
Multiple variable issue FadaSininho Excel Discussion (Misc queries) 1 August 17th 06 03:31 PM
Help - Pivot with multiple variable Firman-EID Excel Worksheet Functions 0 June 26th 06 12:57 PM
Multiple Variable Count problem Robbie_lambert Excel Worksheet Functions 1 May 5th 06 02:44 PM
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? Daniel Excel Worksheet Functions 1 July 9th 05 03:05 AM


All times are GMT +1. The time now is 08:14 AM.

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

About Us

"It's about Microsoft Excel"