+ Reply to Thread
Results 1 to 3 of 3

Vlookup or Index

  1. #1
    Registered User
    Join Date
    03-12-2007
    Posts
    3

    Vlookup or Index

    I have two columns of data (A & B). I need find all occurrences of "x" in column A, and then take the value in the corresponding column B. I will need to sum all the values found, to get a total.

    I cannot sort the data based on column A or column B....so I'll need some sort of lookup reference to find each value and then sum them all up.

    Anyone have any suggestions?

    TIA

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,677
    Try this

    =SUMIF(a:a,"x",b:b)

  3. #3
    Registered User
    Join Date
    03-12-2007
    Posts
    3

    That's exactly what I was looking for...

    Perfect!! Thanks a ton!

+ 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