I am trying to fill in a series of cells (10×20) with values from a range located on another sheet.
When the user selects a cell I would like to take the value of that cell and use it to look up the values that are to be filled in.
Example:
User clicks on cell C4. It has an entered value of 5200.
Cells B17:K36 would then be filled in with values taken from the 20 rows starting where column a has a value of 5200.
Different cells for selection would have different values that would correspond to the value of column A in the starting row for data.
The data is always 20 rows down and 10 columns across.
See attached spreadsheet for clarification (I hope)
I’m a little out of my normal VBA playing with this one…any help is appreciated.