Hello,
I'm trying to create a workbook for budget planning. Each event will have different participation levels, such as Attendee, Exhibitor, Sponsor, etc. Each level has its own associated cost. Instead of creating a huge sheet with each level as a row for each event, I believe INDIRECT could be used in this case.
I followed and practiced with a few online samples and they work. I'm not sure why it's not working once I input the data I need.
In my workbook, I created 2 tabs for Data Entry and List. In the List tab, I named B3:B6 range as Participation and D3:D6 range as Cost. On the Data Entry tab, I made a table and in B3, I selected Data Validation and used "=Participation" as the value. So far so good. Then in C3, I selected Data Validation and used "=INDIRECT(B3)". No good; got "#REF!".
What am I doing wrong? Is it due to the symbols used in Cost range ($, *, +) ? I took out spaces so they are all technically one word.
Any guidance is much appreciated.
I'm trying to create a workbook for budget planning. Each event will have different participation levels, such as Attendee, Exhibitor, Sponsor, etc. Each level has its own associated cost. Instead of creating a huge sheet with each level as a row for each event, I believe INDIRECT could be used in this case.
I followed and practiced with a few online samples and they work. I'm not sure why it's not working once I input the data I need.
In my workbook, I created 2 tabs for Data Entry and List. In the List tab, I named B3:B6 range as Participation and D3:D6 range as Cost. On the Data Entry tab, I made a table and in B3, I selected Data Validation and used "=Participation" as the value. So far so good. Then in C3, I selected Data Validation and used "=INDIRECT(B3)". No good; got "#REF!".
What am I doing wrong? Is it due to the symbols used in Cost range ($, *, +) ? I took out spaces so they are all technically one word.
Any guidance is much appreciated.