Using table column reference in Indirect function

Strugling

New Member
Joined
Apr 17, 2018
Messages
8
I have different tabs for each student, with the same table on each with different data.
I have a main dashboard tab that I want separate data from each student from different dates.
1. What is wrong with my "Jan Hours function" and can I use indirect?
2. How can I use the column name [Hours] in Indirect to get totals?
https://1drv.ms/x/s!Asw9lwmh6RVagd1mMZifk_BP1m-Ndg
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
#NAME means your formula or UDF does not exist, specifically dateMONTH, whatever that is

I dont see Hours listed either
 
Upvote 0

Book1
CDEFG
1123
2StudentJan HoursFeb HoursMar HoursTotal
3Ed10.520.56.537.5
4Susy9231244
Main
Cell Formulas
RangeFormula
D3=SUMPRODUCT(--(MONTH(INDIRECT([@Student]&"T[Date]"))=D$1),INDIRECT([@Student]&"T[Hours]"))
E3=SUMPRODUCT(--(MONTH(INDIRECT([@Student]&"T[Date]"))=E$1),INDIRECT([@Student]&"T[Hours]"))
F3=SUMPRODUCT(--(MONTH(INDIRECT([@Student]&"T[Date]"))=F$1),INDIRECT([@Student]&"T[Hours]"))
G3=SUM(INDIRECT([@Student]&"T[Hours]"))


WBD
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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