Results 1 to 5 of 5

Compair 2 sets of numbers

Threaded View

  1. #1
    Registered User
    Join Date
    11-22-2008
    Location
    Cleveland OH USA
    Posts
    46

    Compair 2 sets of numbers

    I have a business in which I compare my customer scores monthly
    Attached is a sheet

    Column A is Cust ID and B is Cust score previous moth

    Column D is Cust ID and E is Cust Score current moth

    Column E is the Movement in score If found

    =(E3-(LOOKUP(D3,A:A,(B:B))))


    This formula works but if the current customer is not found in Column A
    It uses the score in column A that is just under it.
    For example say 793 is in the D column current list but not found in column A
    But 795 is in column A it will use 795 Score in the computation which is wrong

    This formula works in finding customers but the computation doesn’t work

    =IF((SUMIF(A:A,D2,B:B))>0,(E2-(SUMIF(A:A,D2,B:B))),0)

    Also not sure what I can do if current customer not found maybe put a NULL for score

    Help would be appreciated
    Attached Files Attached Files

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