Need help creating an Expression

I have a google sheet with the following sheets:

Transaction

Member
2X_5_5504d16cca015388af7af6378e5ae51337517e98.png

Can someone help me create a VIEW which displays the following information:

MEMBER NAME
Category NAME: Sum of AMOUNT per CATEGORY

I have working on the expression for the last 2 weeks and I can not seem to get it right. Any help would be greatly appreciated.

Kevin

Solved Solved
0 3 486
1 ACCEPTED SOLUTION

Not sure how you would like to calculate it but you could start from this…
SUM(SELECT(Transaction[Amount],AND([To]=[_THISROW].[Name],[Category]=“Salary”)))

View solution in original post

3 REPLIES 3

Not sure how you would like to calculate it but you could start from this…
SUM(SELECT(Transaction[Amount],AND([To]=[_THISROW].[Name],[Category]=“Salary”)))

Work perfectly…thank you so much.

You’re welcome

Top Labels in this Space