IF (ISNUMBER formula with a Range

Joined
Apr 30, 2012
Messages
1
Reaction score
0
Hi everyone
Have been pulling my hair out. I've exported my bank transactions for the year.

Col F contains the list of transactions ie
Loan Repayment, McDonalds, Target, Smith's Pharmacy. Each row has a long description of the transaction name eg "EFTPOS 20/07 17:39 MCDONALDS"

I have a range called "Uniques" with 2 columns of information (several rows).

If the word "McDonalds" appears anywhere in F2, I want the formula to lookup the range Uniques" and then return a value. In my eg, the word "Takeaway".

I've been working on one forumla based on a previous thread, F1053 is the first cell in the range. Of course all my cells are returning the word apple :) but excel does not show any errors with the formula. I suspect Match(True is wrong.

=IF(OR(ISNUMBER(FIND(Uniques,H1059))), INDEX(Uniques,MATCH(TRUE,(ISNUMBER( FIND(Uniques,H1059))),0)),"apple")

Thanks in advance.
Stef
 
Joined
Mar 20, 2012
Messages
764
Reaction score
4
So you have your descriptions in Column F and you wsant to pull out what's in column H if the word McDonalds is in Column F, right?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top