madhuchelliah
Board Regular
- Joined
- Nov 22, 2017
- Messages
- 226
- Office Version
- 2019
- Platform
- Windows
Hello Folks, I have dynamic data in A column of sheet 1 and detailed information of those data is available in sheet 2. In sheet 2, C column i have those detailed information. Randomly in C column some cell value is "Total". There will be multiple instance of "Total" in C column. The requirement is i have to copy the data in 1st row of "A" column sheet 1 to the A column of sheet 2 where the 1st instance of "Total" is coming in C column. It has to go on like 2nd row data to 2nd instance, 3rd row data to 3rd instance and so on. see the example below for better understanding. Thank you.
Sheet1
Sheet2
Sheet1
A | B |
---|---|
AAAA | |
BBBB | |
CCCC | |
DDDD | |
EEEE | |
FFFF |
Sheet2
A | B | C |
---|---|---|
XXXX | ||
AAAA | Total | |
XXXX | ||
XXXXX | ||
BBBB | Total | |
XXXXX | ||
CCCC | Total | |
XXXXX | ||
XXXX | ||
DDDD | Total |