Sum from a Drop down menu using value in the cell below

K

Kat

On a calendar I have two drop down menus - the first has an alphabetic value
(A13)A - E respectively, the second drop down below it (A14) has numeric
values .25 - 10. How do I make it add the numeric value per alphabetic
value?


Thanks - Kat
 
M

M Kan

What are you adding the numeric value too and do the numeric values
necessarily corresponded to the same alpha values all the time?
 
K

Kat

The value needs to be 0, itself or added to any other cell that used A - E
respectively during the month. And no each numeric value is chosen based on
the amount of time spent on a given day.

Kat
 
K

Kat

A = Annual Meeting
B = BOD Meeting
C = Contractor Meeting

Then the numerical value in the drop down menu below equals the amount of
time spent at the meeting.
 
J

John C

Well, if I select A in A13, and .25 in cell A14, then the total is just .25.
What is the range of cells that will have A through E, and what is the range
of the cells that will have the corresponding lenght of time?
 
K

Kat

This is the formula. Thanks for all your help. :)

=SUMIF($C$13:$P$13,"A",$C$14:$P$14)+SUMIF($C$16:$P$16,"A",$C$17:$P$17)+SUMIF($C$19:$P$19,"A",$C$20:$P$20)

Then B-E respectively.
 
J

John C

Assuming I understand.
Cell A13, drop down menu for meeting type that you want a tally of total
hours for meetings.
Cell A14, is total time of meetings (0.25 - 10 each).

You have 3 sections that have a meeting type (rows 13, 16, & 20, columns C-P)
and the time frame for each meeting is entered just below.

This should work, if my assumptions are correct.
A14:
=SUMIF(C13:p13,A13,C14:p14)+SUMIF(C16:p16,A13,C17:p17)+SUMIF(C20:p20,A13,C21:p21)
 

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