Hello, this is my first post.
I am an electrical engineer in the UK and in need of some help. I am trying to make the most of a quiet couple of days to set up some spreadsheets that will speed up the way we work.
I aim to set up a template spreadsheet (SS1) that will display data from a central spreadsheet (SS2) determined by 2 values entered in SS1.
A single fixed cell (F2) in SS1 will display 1 of 3 possible options A, B or C.
A column of data (C) in SS1 has 60 possible options AA, BB, CC and so on.
Depending on the combination of values that are true, a value will be displayed from a set of data in SS2.
The single letter will determine the column, and the pair of letters will determine the row the data is taken from in SS2.
I can work this for the single letter within column C in SS1 using;
=IF($C7<>"",VLOOKUP($C7, 'SS2'!$A$5:$I$72, 14, FALSE), "") Where 14 is the column that corresponds to the value in cell C7.
Adding the second bit of information (fixed cell displaying A, B or C) is proving quite difficult for me.
I would really appreciate some advice on this matter.
Thanks in advance.
Bookmarks