naming columns (not row specific)

  • Thread starter Thread starter dwojtowi
  • Start date Start date
D

dwojtowi

Is it possible to name a column, without naming the indivudual rows
then reference the column name adding a row number

I would want to name columns a:d as January, then in a different shee
reference different rows withing the group january

for example
(If(Count(January9)=0,"",sum(Jan9))
(If(Count(January10)=0,"",sum(Jan10))

This would then do the count and sum of the january columns for row
and 10 respectively!
Thanks,
Dav
 
Dave,

If your named range January includes a header row, then you can use

=SUM(OFFSET(January,9,0,1,4))

Where the 9 can be a cell reference...

HTH,
Bernie
MS Excel MVP
 

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

Back
Top