bobbyexcel
Board Regular
- Joined
- Nov 21, 2019
- Messages
- 88
- Office Version
- 365
- Platform
- Windows
I need help on my vba script
I want to compare 2 columns in 2 sheets (compare A,B column with C,D column in other sheet) and merge the data from E,F columns if it matches with in the date range in above cell of each column.
I want to compare 2 columns in 2 sheets (compare A,B column with C,D column in other sheet) and merge the data from E,F columns if it matches with in the date range in above cell of each column.
Name | city | Date | Code | comments |
abc | London | 01-Jan-2021 | L | the capital of England |
xyz | US | 01-Jan-2021 | US | US is a country of 50 States |
jkl | UK | 01-Jan-2021 | UK | The United Kingdom, made up of England, Scotland, Wales and Northern Ireland |
xyz | US | 02-Jan-2021 | US | Hollywood is famed for filmmaking |
xyz | India | 02-Jan-2021 | Ind | Is a country of South Asia |
WeekStart | | Sun, 27-Dec-2020 | |||
WeekEnd | Sat, 02-Jan-2021 | ||||
Week - 1 | |||||
Name | city | ||||
abc | London | << concatenate data if cells matches between the date range >> | |||
xyz | US | << concatenate data if cells matches between the date range >> |