Formula question

S

Steph

Hi. Given the following Sumif formula:
=SUMIF(Data!$F$7:$F$1100,$A16,Data!$AA$7:$AA$1100)

Column AA is January results, with AB February, AC March, and so on. Above
each column header (for example, in cell AA1) I have the number of the month
(1,2,3 etc). Then I have a pulldown validation list in A1 with 1 through 12
in it. The goal here it to choose a number from the pulldown and have the
formula update and sumif the proper column. It doesn't seem like that
complicated of a problem, but I can't figure it out! Thanks for you help!
 
B

Bob Phillips

How about

=SUM(OFFSET(AA1,,A1-1,100))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
S

Steph

Bob,

Thanks for the response. I can see how this would work if I were doing a
straight sum. But will it perform the sumif based on the contents in
F7:F1100? Thanks!
 

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

Top