May I ask how can I extract data from specific column from ‘seed’ to ‘GU Con’.
For example, how can I collect first GU # data:
‘250.65’ from cell V2:V5 from ‘seed’ to cell E2 from ‘GU Con’;
‘250.26’ from cell Y2:Y5 from ‘seed’ to cell F2 from 'GU Con;
‘251.40’ from cell W2:W5 from ‘seed’ to cell E3 from 'GU Con;
‘250.35’ from cell X2:X5 from ‘seed’ to cell E4 from ‘GU Con’, etc based on each GU#.
Then, how I can extract second GU#,
‘250.58’ from cell V6:V9 from ‘seed’ to cell E8 from 'GU Con, etc?
Thank you so much, but what if GU number is greater than 6, because I need to extract all data from seed, which is more than 6 GU number, how I extract data based on all GU number?
The sample can help me to solve how I can extract specific data to specific row, but I need to do more is about the get all GU number from ‘seed’ to ‘GU Con’.