Madhuri_G Member Oct 12, 2018 #1 vlookup (match on DA Number) to override the current incorrect data values in accounts tab with the correct ones in Sheet1, namely G and H I tried the formula but its not working. Please see attached. Attachments vlookup match DA.xlsx 157 KB · Views: 10 vlookup match DA.xlsx 157.5 KB · Views: 13
vlookup (match on DA Number) to override the current incorrect data values in accounts tab with the correct ones in Sheet1, namely G and H I tried the formula but its not working. Please see attached.
Hui Excel Ninja Staff member Oct 12, 2018 #2 Accounts!C2: =INDEX(Sheet1!$G:$G,MATCH(A2,Sheet1!$A:$A,0)) Accounts!D2: =INDEX(Sheet1!$H:$H,MATCH(A2,Sheet1!$A:$A,0)) copy both down
Accounts!C2: =INDEX(Sheet1!$G:$G,MATCH(A2,Sheet1!$A:$A,0)) Accounts!D2: =INDEX(Sheet1!$H:$H,MATCH(A2,Sheet1!$A:$A,0)) copy both down
Syedali Active Member Oct 12, 2018 #3 Madhuri_G said: vlookup (match on DA Number) to override the current incorrect data values in accounts tab with the correct ones in Sheet1, namely G and H I tried the formula but its not working. Please see attached. Click to expand... Hi, VLOOKUP will work. I don't know why it is not. And one more information in your excel workbook calculation manual enabled change to automatic and try your formula.
Madhuri_G said: vlookup (match on DA Number) to override the current incorrect data values in accounts tab with the correct ones in Sheet1, namely G and H I tried the formula but its not working. Please see attached. Click to expand... Hi, VLOOKUP will work. I don't know why it is not. And one more information in your excel workbook calculation manual enabled change to automatic and try your formula.
p45cal Well-Known Member Oct 15, 2018 #4 If you get a value like 42103, this is a date; you need to format those cells as dates.