S Shabbo Member Feb 23, 2020 #1 Dear Sir, Can I apply excel formula to find value from bank narration (Bank Statement column C) to my bank ledger. Attachments Lookup from Narration.xlsx 9.7 KB · Views: 18
Dear Sir, Can I apply excel formula to find value from bank narration (Bank Statement column C) to my bank ledger.
p45cal Well-Known Member Feb 24, 2020 #2 H2, array-entered (use Ctrl+Shift+Enter to commit the formula to the sheet, not just Enter) and copy down: Code: =INDEX('Bank Statement'!G:G,(MIN(IF(ISNUMBER(SEARCH(LEFT(E2,LEN(E2)-2),'Bank Statement'!$C$2:$C$400)),ROW($C$2:$C$400)))))
H2, array-entered (use Ctrl+Shift+Enter to commit the formula to the sheet, not just Enter) and copy down: Code: =INDEX('Bank Statement'!G:G,(MIN(IF(ISNUMBER(SEARCH(LEFT(E2,LEN(E2)-2),'Bank Statement'!$C$2:$C$400)),ROW($C$2:$C$400)))))
S Shabbo Member Feb 24, 2020 #3 p45cal said: H2, array-entered (use Ctrl+Shift+Enter to commit the formula to the sheet, not just Enter) and copy down: Code: =INDEX('Bank Statement'!G:G,(MIN(IF(ISNUMBER(SEARCH(LEFT(E2,LEN(E2)-2),'Bank Statement'!$C$2:$C$400)),ROW($C$2:$C$400))))) Click to expand... What about another sheet.
p45cal said: H2, array-entered (use Ctrl+Shift+Enter to commit the formula to the sheet, not just Enter) and copy down: Code: =INDEX('Bank Statement'!G:G,(MIN(IF(ISNUMBER(SEARCH(LEFT(E2,LEN(E2)-2),'Bank Statement'!$C$2:$C$400)),ROW($C$2:$C$400))))) Click to expand... What about another sheet.
p45cal Well-Known Member Feb 24, 2020 #4 Shabbo said: What about another sheet. Click to expand... With such a brusque response I did a review of your past calls for help and noted that helping you is a thankless task, quite literally, and noted it: https://chandoo.org/forum/threads/data-summary-using-excel-formula.41874/post-249800 . I won't embarrass you any further with my inadequate responses.
Shabbo said: What about another sheet. Click to expand... With such a brusque response I did a review of your past calls for help and noted that helping you is a thankless task, quite literally, and noted it: https://chandoo.org/forum/threads/data-summary-using-excel-formula.41874/post-249800 . I won't embarrass you any further with my inadequate responses.
S Shabbo Member Mar 1, 2020 #5 Dear Sir, Regret for your inconvenience, I would say thanks thousand times for your help, I had liked your answer, because I was in travelling I just liked and ask about another sheet.
Dear Sir, Regret for your inconvenience, I would say thanks thousand times for your help, I had liked your answer, because I was in travelling I just liked and ask about another sheet.