this is my first attempt at anything like this, i am wanting to link two workbooks together with the aim that when a option is selected in a drop down menu in workbook "band form", it auto populates the rest of the form with data from the second workbook "showsales2013". date, ticket price, support acts etc etc.......
as a example,
the drop down in workbook "band form" is a list of bands (list data also taken from showsales2013) ive got this bit working ok (i think ), each band is playing on a different day so i have used this formula to get the "date" from "showsales2013"
<code>=VLOOKUP(F4,[ShowSales2013.xls]Sheet1!$1:$65536,4,0)</code></pre>
this seems to work until i insert a new row and/or column (in the showsales wookbook - which needs doing from time to time as new bands get booked to play), then i get #REF in the date cell on the "band form blank".
i used pretty much the same formula to pull the other needed data (price/support acts etc ) from showsale2013, and the result is the same, #REF.
ive got the two excel files which im willing to attach for people to have a look at, but i cant seem to find how to attach them,
any help would be great.
thanks in advance
andy
as a example,
the drop down in workbook "band form" is a list of bands (list data also taken from showsales2013) ive got this bit working ok (i think ), each band is playing on a different day so i have used this formula to get the "date" from "showsales2013"
<code>=VLOOKUP(F4,[ShowSales2013.xls]Sheet1!$1:$65536,4,0)</code></pre>
this seems to work until i insert a new row and/or column (in the showsales wookbook - which needs doing from time to time as new bands get booked to play), then i get #REF in the date cell on the "band form blank".
i used pretty much the same formula to pull the other needed data (price/support acts etc ) from showsale2013, and the result is the same, #REF.
ive got the two excel files which im willing to attach for people to have a look at, but i cant seem to find how to attach them,
any help would be great.
thanks in advance
andy