Using a List Box, dependant upon my selection of several variants I want to be able to enter values in a table from a larger table of raw data. Using the Cell link 1, 2, 3, 4 etc, I am able to populate the table values for a single returned value using a formula such as :-
IF('Source Data Sheet'!D2=1,'Source Data Sheet'!H6,0)
where D2 represents the Cell Link and H6 is a table value, I can get the thing to work for one of the listing items, but how do I do this when I have several variants on the List Box.
Sorry if this is a tad confusing but I have tried to simplify my query, honest!
Justin
IF('Source Data Sheet'!D2=1,'Source Data Sheet'!H6,0)
where D2 represents the Cell Link and H6 is a table value, I can get the thing to work for one of the listing items, but how do I do this when I have several variants on the List Box.
Sorry if this is a tad confusing but I have tried to simplify my query, honest!
Justin