lover_of_coffee
New Member
- Joined
- May 8, 2014
- Messages
- 6
Using Excel2010 and WIN7, I am trying to make use of a multi dimensional array to pull data from a data entry worksheet and display it on another worksheet as a weekly calendar. There are multiple rows in the data entry sheet with the name of a person (Installer), a date and a job description.
The target worksheet must combine all entries for that installer onto a single row with the jobs listed on the specific dates. This sheet should look like a weekly calendar with the date at the top, the installer name at the left Monday job info on square one, Tuesday job info on square two etc.
When I try to use the following array formula {=IFERROR(INDEX(tblData,MATCH(C$5+$B7&ShowName,tblData[DATE]&tblData[WHO],0),3),"")} it errors out with a “Multicell array formulas are not allowed in tables”. How can I do this without a table? </SPAN></SPAN>
Any help you can give is greatly appreciated!
The target worksheet must combine all entries for that installer onto a single row with the jobs listed on the specific dates. This sheet should look like a weekly calendar with the date at the top, the installer name at the left Monday job info on square one, Tuesday job info on square two etc.
When I try to use the following array formula {=IFERROR(INDEX(tblData,MATCH(C$5+$B7&ShowName,tblData[DATE]&tblData[WHO],0),3),"")} it errors out with a “Multicell array formulas are not allowed in tables”. How can I do this without a table? </SPAN></SPAN>
Any help you can give is greatly appreciated!