I have a query with several sheets that I am trying to pull into the data sheet. I need the 401L2 Loan Amount from the "Loans" sheet to populate the Loan Payment 2 column in the Data sheet. The 401L needs to populate the Loan Payment 1 column.
=SUMIFS(Loans[Loan Amount],Loans[Employee'#],[@[Employee'#]],Loans[Type],"401L")
=SUMIFS(Loans[Loan Amount],Loans[Employee'#],[@[Employee'#]],Loans[Type],"401L2")
Why not just hide the zeroes values with a custom cell format, as described here?Thank you so much. It works, however I forgot to mention that I need the zero transactions to be blank.