Hi, very stuck but determined to find a solution.
I have on Sheet 1 on Column A a range of data relating to electrical cables. In column E each cable has No of cores. example below
Cable No Type Size (mm2) No of Cores Counter P-MCC-001 4 4 E-MCC-LET1 2 5 C-BEA001 1 1 6 C-SOU001 1 7
Cable No Type Size (mm2) No of Cores Counter
P-MCC-001 4 4
E-MCC-LET1 2 5
C-BEA001 1 6
C-SOU001 1 7
I've used =IFERROR(INDEX(Sheet3!A:A, MATCH(ROWS($A$2:A2) + 3, Sheet3!E:E, 1)),"Error")
But that is given the wrong amount of rows.
I'm trying to automatically pick up the data from A2 and transfer it onto Sheet 2 but by the number of cores for example:
P-MCC-001
P-MCC-001
P-MCC-001
P-MCC-001
E-MCC-001
E-MCC-001
C-BEA001
C-SOU001
I've used a cumilative counter and IFERROR formula however it doesn't seem to work as the cumulative counter will start at 4 so i think its causing issues.
Bookmarks