Need to find a value that matches two columns of criteria. Possible VLOOKUP

前端 未结 5 1707
不思量自难忘°
不思量自难忘° 2020-12-11 09:05

Update Below -- 6/4

I have two worksheets in excel. One is a list of donors with their check#/amount/ Donor ID ( \"donations\" worksheet) a

5条回答
  •  再見小時候
    2020-12-11 09:31

    There is an existing command, DGET, that can be used for multiple criteria.

    In your QB worksheet, I added another few rows, starting at A7.

    ID      CheckNo  Amount
            106      200
    
        The ID is   179
    

    Note that I changed Check# to CheckNo. I also added a definition of donationDB, from A1 to D4.

    The DGet statement is where the 179 is. I used =DGET(donationDB,Donations!B1,Quickbooks!A7:C8)

    What the DGET does is to look up the database, tell it you're looking for the Donor ID in B1, using the criteria in the fields A7 to C8.

提交回复
热议问题