All --
I am putting together a SUMIF function for Column Beta that adds together only those column entries whose Column Alpha have a specific value. This gets me:
=SUMIF(Alpha5:Alpha56,"Value",Beta5:Beta56)
According to the Help & Learning article on SUMIF, the "Beta5:Beta56" part of the formula is called the "sum range."
The question is: DO I ALWAYS HAVE TO NAME THE COLUMN FOR THE SUM RANGE? Is there any way to let the formula know I'm talking about summing the range in the same column the SUMIF function appears in? (For example, is there an "@column" function analogous to the "@row" function?)
I have to create this formula for hundreds of columns across different sheets and would hate to have to type in each column name manually (and twice).
Thanks in advance.