Is it possible to do a IF/Sumproduct statement?
Im trying to pull data from a sheet for a certain Dr in a certain month for a certain vendor.
Here is the formula I tried but it is not working. Attached is the sheet im using. The formula is in B13 to B21. It should only return values for two of the vendors which are highlighted.
![]()
=IF(Database!A:A=Gray!B5,SUMPRODUCT((Database!$B:$B=A13)*(Database!$G:$G=$B$5),(Database!$C:$C)),"")
Bookmarks