Jana excel
New Member
- Joined
- Jun 19, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I want to do a vlookup on a range where I have duplicate values in Column A & B and I want to return the values in column C
Also if the values is blank, I want to search in the next row.
I want my formula to return the date that Responsible "SE" will visit region "Southland" and not the blank value -> 17/06/2024
When I use formula: =INDEX($C$19:$C$25;MATCH(D19;IF(ISNUMBER($C$19:$C$25);$A$19:$A$25);0)) the result is: 15/07/2024, it takes the first date for that region (so not taken into account the responsible)
When I use formula: =INDEX($C$19:$C$25;MATCH(D19&D18;A19:A25&B19:B25;0)) the result = blank (0/01/1900 in date format)
I would need a combination of those two formulas.
I want an index match formula that will match D19&D18 with column A & B, and the result should be a number (date)
Does anyone have a solution or formula that can resolve my problem?
Thanks
Also if the values is blank, I want to search in the next row.
Region | Responsible | Next appointment |
Malvern | KZ | 01/01/2024 |
East Burwood | KZ | |
East Burwood | SE | 05/06/2024 |
Southland | KZ | |
Southland | PT | 15/07/2024 |
Southland | SE | |
Southland | SE | 17/06/2024 |
I want my formula to return the date that Responsible "SE" will visit region "Southland" and not the blank value -> 17/06/2024
When I use formula: =INDEX($C$19:$C$25;MATCH(D19;IF(ISNUMBER($C$19:$C$25);$A$19:$A$25);0)) the result is: 15/07/2024, it takes the first date for that region (so not taken into account the responsible)
When I use formula: =INDEX($C$19:$C$25;MATCH(D19&D18;A19:A25&B19:B25;0)) the result = blank (0/01/1900 in date format)
I would need a combination of those two formulas.
I want an index match formula that will match D19&D18 with column A & B, and the result should be a number (date)
Does anyone have a solution or formula that can resolve my problem?
Thanks