Forum Discussion
cpeterson
Apr 03, 2019Copper Contributor
Formula/Function Formatting Question
I need help figuring out the best way to set up this table I've been working on. I track credit card payments for customers that we hold payment info on file for at my company. I have each customer s...
cpeterson
Apr 03, 2019Copper Contributor
SergeiBaklan upon some more investigation on my part, I figured out what I want is a formula that takes place of the sum_range & criteria_range values within the SUMIFS formula. Here is a mockup of the spreadsheet I'm working with.
SergeiBaklan
Apr 03, 2019Diamond Contributor
cpeterson , with your naming convention that could be like
=SUMIFS( INDIRECT(SUBSTITUTE([@[Customer Name]], CHAR(32),)&"Table" & "[[Amount ]]"), INDIRECT(SUBSTITUTE([@[Customer Name]], CHAR(32),)&"Table" & "[Date]"), ">=" & $D$3, INDIRECT(SUBSTITUTE([@[Customer Name]], CHAR(32),)&"Table" & "[Date]"), "<=" & $E$3)
Please see in first table attached