G
gumby
Can you dlookup a column name based off of report grouping? I got it
to dlookup based off of a column criteria.
=dlookup("[columnname] that equals [Report Grouping]", "tablename")
The table a looks like this
[Month] [5] [6] [7] [8] [9] [10]
Thre report is grouped by the the numbers but from a different table
b.
I need to plug in the columns from the table a into the report based
off the groupings from table b.
Thanks,
David
to dlookup based off of a column criteria.
=dlookup("[columnname] that equals [Report Grouping]", "tablename")
The table a looks like this
[Month] [5] [6] [7] [8] [9] [10]
Thre report is grouped by the the numbers but from a different table
b.
I need to plug in the columns from the table a into the report based
off the groupings from table b.
Thanks,
David