Hi there,
Hoping someone can shed some light on these requests.
I have a worksheet with data starting on row 5, the data is in columns A through to T. In column B are dates of when the data is populated for each row, multiple entries can be populated each day therefore the date is repeated. When the data is entered it continues underneath the previous days entries.
Challenge 1 :
On the blank second sheet of the workbook I am wanting to enter a date into cell A1 (eg todays date) then starting in cell A3 I want to look up the date that is in A1 on the first sheet (called Report) then return the infomation that is in columns A,G,S & T from all the enries that match.
I have tried VlookUp but ran into the follwing problems, first the look up array is in column B (I can change this if need be to be in column A on the 'Report' page) the next problem is that the VlookUp would only return the first entry it found. The amount of entries can vary everyday.
Hopefully someone has some suggestions on this.
Challenge 2 : (sorry, I know im asking a lot)
Same workbook, I want to be able to look up the value that is in column F (starting at row 5 down to the last entry) compare this to another open workbook that is populated with data in columns A through to AD, the lookup array in the second workbook is in column B, if it finds a match i need to return the value from column J from the second work book and copy the result into column U on the 'Report' sheet for the relevant row.
I have a user form in the first work book already that I can use to be able to select the second workbook that it needs to look into, this user form is currently used to get the data into the original workbook on the 'Report' page.
My apologies if that comes across as a bit jumbled i wasnt too sure the best way of explaining.
Any help on either of these is very much appreciated
Hoping someone can shed some light on these requests.
I have a worksheet with data starting on row 5, the data is in columns A through to T. In column B are dates of when the data is populated for each row, multiple entries can be populated each day therefore the date is repeated. When the data is entered it continues underneath the previous days entries.
Challenge 1 :
On the blank second sheet of the workbook I am wanting to enter a date into cell A1 (eg todays date) then starting in cell A3 I want to look up the date that is in A1 on the first sheet (called Report) then return the infomation that is in columns A,G,S & T from all the enries that match.
I have tried VlookUp but ran into the follwing problems, first the look up array is in column B (I can change this if need be to be in column A on the 'Report' page) the next problem is that the VlookUp would only return the first entry it found. The amount of entries can vary everyday.
Hopefully someone has some suggestions on this.
Challenge 2 : (sorry, I know im asking a lot)
Same workbook, I want to be able to look up the value that is in column F (starting at row 5 down to the last entry) compare this to another open workbook that is populated with data in columns A through to AD, the lookup array in the second workbook is in column B, if it finds a match i need to return the value from column J from the second work book and copy the result into column U on the 'Report' sheet for the relevant row.
I have a user form in the first work book already that I can use to be able to select the second workbook that it needs to look into, this user form is currently used to get the data into the original workbook on the 'Report' page.
My apologies if that comes across as a bit jumbled i wasnt too sure the best way of explaining.
Any help on either of these is very much appreciated