I am having some difficulty in finding the correct formula to transfer data from one sheet (where the data is stored in a number of ranges on a row) and a database sheet where the data is stored vertically.
The data input sheet looks like this :
ROW#1/A /Value1/Value2/Value3/Value4 Space ROW#/B /Value1/Value2/Value3/Value4 Space ROW#/ C /Value1/Value2/Value3/Value4
ROW#2/A /Value1/Value2/Value3/Value4 Space ROW#/B /Value1/Value2/Value3/Value4 Space ROW#/ C /Value1/Value2/Value3/Value4
etc
These replicate vertically with the normal Excel incremental row increases, however the -
Database sheet needs to look like this
The data from the data input sheet needs to be transferred to this (Database) sheet which displays the information as follows :
ROW#1 /A /Value1/Value2/Value3/Value4
ROW#1 /B /Value1/Value2/Value3/Value4
ROW#1 /C /Value1/Value2/Value3/Value4
ROW#2 /A /Value1/Value2/Value3/Value4
ROW#2 /B /Value1/Value2/Value3/Value4
ROW#2 /C /Value1/Value2/Value3/Value4
I need to be able just copy and paste additional rows in this Database sheet (with all data A,B and C) without having to manually change the cell values.
Can anyone point me in the right direction??
Happy to post a sample spreadsheet if that will help.
Bookmarks