excel 2003, not VBA, using LOOKUP over multiple sheets

tmd63

New Member
Joined
Feb 21, 2014
Messages
40
Office Version
  1. 2013
  2. 2003 or older
Platform
  1. Windows
1601920331007.png


I have the above in 53 worksheets called Week1 etc. This is using Excel 2003.

How do I use LOOKUP (not VLOOKUP or HLOOKUP) to view the data in a Monthly sheet where the columns and rows are swapped?
I need a Month1 sheet which has the dates in A1 to A31 (changes for each month) and I need Column B in the Month sheet to find the date from column A and match it to the Row 1 in the Week1..Week53 sheets and then to display the corresponding row 3.

Column C is to display the Row 4, Column D displays Row 5 etc.. All dependent on matching the dates for each row in the Month sheet with the data in the Week sheets. Dates will change depending on the month and years involved hence needing to check all 53 weeks for a match.

I need to do this using the LOOKUP function as VBA may not be allowed on some computers.

I could do this long hand by directly addressing each cell from each sheet, but when the years change there will be a lot of relinking needed and human error will screw this up.
 
Last edited by a moderator:

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
A
B
CD
E
F
G
107/01/201808/01/201809/01/201810/01/201811/01/201812/01/2018
13/01/2018
2SundayMondayTuesdayWednesdayThursdayFridaySaturday
34.577
4
47
513
6
73

<tbody>
</tbody>

I have the above in 53 worksheets called Week1 etc. This is using Excel 2003.

How do I use LOOKUP (not VLOOKUP or HLOOKUP) to view the data in a Monthly sheet where the columns and rows are swapped?
I need a Month1 sheet which has the dates in A1 to A31 (changes for each month) and I need Column B in the Month sheet to find the date from column A and match it to the Row 1 in the Week1..Week53 sheets and then to display the corresponding row 3.

Column C is to display the Row 4, Column D displays Row 5 etc.. All dependent on matching the dates for each row in the Month sheet with the data in the Week sheets. Dates will change depending on the month and years involved hence needing to check all 53 weeks for a match.

I need to do this using the LOOKUP function as VBA may not be allowed on some computers.

I could do this long hand by directly addressing each cell from each sheet, but when the years change there will be a lot of relinking needed and human error will screw this up.

So the end result will look like this but with a whole months worth of dates and the date pulled from multiple locations.

A
BCDEF
106/01/2018 (From another worksheet)
4
207/01/20184.53
308/01/20187
409/01/2018
7
510/01/2018
71
611/01/20184
712/01/2018

<tbody>
</tbody>
 
Upvote 0
Does no-body know how to use LOOKUP? :mad:. Honestly!!
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,871
Members
449,054
Latest member
juliecooper255

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top