SamarthSalunkhe
Board Regular
- Joined
- Jun 14, 2021
- Messages
- 85
- Office Version
-
- 2016
- Platform
-
- Windows
Hi All,
Suppose I have data in "3 Sheets" (Sheet1, Sheet2 and Sheet3) in each sheet there is data available in columns D, E & F, I am trying to import the above 3 sheet data in another standard "Workbook Sheets (Import)" column E, F & H. but in those "3 Sheets" column E cell value should be >0 and in D, E, F both 3 cell data should be available then only code will import that row data otherwise exclude and take next row data.
Also, data should be imported in alternate rows. (suppose 1Row= Header then imported data should be start pasted from Row2 then without disturbing Row3 second row of data should be pasted in row 4 (as Row3 have already data which should not disturb after data import))
For example.
Sheet1 Data
Sheet2 Data
Sheet3 Data
and Requirement is.
I really appreciate it if someone helps me with this, as I am wasting a lot of time doing this manual work.
Thank you.
Suppose I have data in "3 Sheets" (Sheet1, Sheet2 and Sheet3) in each sheet there is data available in columns D, E & F, I am trying to import the above 3 sheet data in another standard "Workbook Sheets (Import)" column E, F & H. but in those "3 Sheets" column E cell value should be >0 and in D, E, F both 3 cell data should be available then only code will import that row data otherwise exclude and take next row data.
Also, data should be imported in alternate rows. (suppose 1Row= Header then imported data should be start pasted from Row2 then without disturbing Row3 second row of data should be pasted in row 4 (as Row3 have already data which should not disturb after data import))
For example.
Sheet1 Data
Ledger Name | Amount | Narration |
500002 7251 Carriage | - | 2021 Apr Local (BRMT - MUMBAI CFA) Transcold FR20210401 |
500002 7251 Carriage TDS | - | 2021 Apr Local (Bajoria->Bangalore) Transcold FR20210402 |
500007 6012 Warehousing Cost | 18,200.00 | 2021 Apr Warehouse SDDPL FR20210403 |
Sheet2 Data
Ledger Name | Amount | Narration |
200003 7111 Business Promotion Expenses | 2,75,000.00 | Apr'21 India Brand Health Tracker Market Vistas AP20210420CMI |
200003 7111 Business Promotion Expenses | - | Apr'21 India REM Tracking Ipsos AP20210421CMI |
Sheet3 Data
Ledger Name | Amount | Narration |
100002 7111 GTN Off Invoice (TOT) | - | 2021 Apr For Haiko Powai store Visibility-MT GN20210401 |
100002 7111 GTN Off Invoice (TOT) | 13,35,000.00 | 2021 Apr Off invoice discount at 1% of billing value (estimated at 2 lacs) Metro off inv GN20210402 |
and Requirement is.
LEDGER | DEBIT | CREDIT | NARRATION |
500007 6012 Warehousing Cost | 18,200.00 | 2021 Apr Warehouse SDDPL FR20210403 | |
200003 7111 Business Promotion Expenses | 2,75,000.00 | Apr'21 India Brand Health Tracker Market Vistas AP20210420CMI | |
100002 7111 GTN Off Invoice (TOT) | 13,35,000.00 | 2021 Apr Off invoice discount at 1% of billing value (estimated at 2 lacs) Metro off inv GN20210402 |
I really appreciate it if someone helps me with this, as I am wasting a lot of time doing this manual work.
Thank you.