+ Reply to Thread
Results 1 to 2 of 2

Comparing items

  1. #1
    Registered User
    Join Date
    05-03-2010
    Location
    Tennessee
    MS-Off Ver
    Excel 2007
    Posts
    9

    Comparing items

    I'm having a problem understanding how to get started on a formula. I'm working on a way to use Excel to help with my bank statements, I import the saved csv data from my bank and want to verify if a bill in my budget has cleared and if it has then put yes beside it.

    Data i'm searching through is in colum D and goes from D2 through D10000
    I want to compare it to data in colum I that goes from I10 through I21
    If any of the dollar amounts in colum I matches dollar amounts in colum D then put "yes" in colum K that would go from K10 through K21 beside what matches.

    I have been working diffrent formulas to go in each cell of K but have yet to get anything working. =if(D2:D10000,I10,"yes","") Can anyone point me in the right direction while understanding i'm not good with these formulas at all.

    Thanks,
    Last edited by kistonce; 05-03-2010 at 06:05 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Comparing items help needed

    In K10

    =IF(ISNUMBER(MATCH(I10,D$2:D$10000,0)),"Yes","")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1