Follow up on Sumif

  • Thread starter Thread starter C
  • Start date Start date
C

C

Peo,

Thanks for this! However, what if the list is constantly
being added on. Other than editing my formula each time
something new is added, I'm planning to just say "A:A"
instead of "A2:A20". But, when I do that it gives me an
error message "#Num!". Any workaround?

Thanks!
C
 
C,

Use A1:A65535 and B1:B65535

Dan E

C said:
Peo,

Thanks for this! However, what if the list is constantly
being added on. Other than editing my formula each time
something new is added, I'm planning to just say "A:A"
instead of "A2:A20". But, when I do that it gives me an
error message "#Num!". Any workaround?

Thanks!
C
 
Hi C
You could use a dynamic formula for named range.In Insert|Name|Define
definea a name (e.g. myData) as referring to
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)
 
thanks!
-----Original Message-----
Hi C
You could use a dynamic formula for named range.In Insert|Name|Define
definea a name (e.g. myData) as referring to
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)


--
Bernard Liengme
(e-mail address removed)



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SumIf Function 2
SUMPRODUCT Formula 6
SUMIF with multiple conditions 3
Another Sumif problem 1
Sumif Function 1
SUMIFS with Trim 2
Pivot Table categories 4
SUMIF Help 1

Back
Top