formula assistance.

24 views
Skip to first unread message

Trevor Tassell

unread,
Nov 28, 2025, 11:16:40 AM11/28/25
to Google Sheets Community
Hi im hoping someone here can help.Im struggling to get a formula written.
Below is my scinario.

I have a Mock up array (A3;F300)
in column c I would like to look up 3 criteria("Other spend PP," "Amazon pp", "Ebay PP")
Take the sum of their respective values from column E
Deduct that total from a specific cell(in this case H3)

Any assistance on this would be very much appreciated.
Thank you 
T.Screenshot 2025-11-28 161530.png

Swarup Modak

unread,
Apr 18, 2026, 4:48:30 AM (9 days ago) Apr 18
to Google Sheets Community
G3 = SUMIFS(D:D, C:C, "Amazon PP") + SUMIFS(D:D, C:C, "Ebay PP") + SUMIFS(D:D, C:C, "Other Spend PP")

H3 = SUMIFS(E:E, C:C, "Amazon PP") + SUMIFS(D:D, C:C, "Ebay PP") + SUMIFS(D:D, C:C, "Other Spend PP")
Reply all
Reply to author
Forward
0 new messages