Using Excel 2003. Column D15 through D830 contains various dollar figures.
Column AM15 through AM830 contains the age of the person contributing the
dollar value in the corresponding D column. I need to return the total value
of contributions by all individuals within certain age ranges, example 1-10
years old...11-17 years old, etc...
Is this a VLOOKUP function? What would the formula look like?
Thanks for the help!
Jack
For 1-10
=sumif(am15:am830,quot;lt;11quot;,d15:d30)
or for 11-17
=sumif(am15:am830,quot;gt;10quot;,d15:d30)-sumif(am15:am830,quot;gt;17quot;,d15:d30)--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: www.excelforum.com/member.php...oamp;userid=30486
View this thread: www.excelforum.com/showthread...hreadid=515078=SUMIF(AM15:AM830,quot;lt;=17quot;,D15830)-SUMIF(AM15:AM830,quot;lt;11quot;,D15830)
quot;JTquot; wrote:
gt; Using Excel 2003. Column D15 through D830 contains various dollar figures.
gt; Column AM15 through AM830 contains the age of the person contributing the
gt; dollar value in the corresponding D column. I need to return the total value
gt; of contributions by all individuals within certain age ranges, example 1-10
gt; years old...11-17 years old, etc...
gt;
gt; Is this a VLOOKUP function? What would the formula look like?
gt;
gt; Thanks for the help!
gt;
gt; Jack
THANKS...WORKS GREAT! GOt one more for you if possible:
Cell C17 contains a certain number of years
D17 contains a dollar figure
These represent a pledge amount that is payable over the specified number of
years.
If the person chooses to make WEEKLY payments over that time period, I want
to be able to put an X in cell K17 and have cell L17 calculate the weekly
payment based upon the amount and number of total weeks in the years
specified in cell C17. In cells M17 and N17, same scenario except for
MONTHLY PAYMENTS over the specified number of years...in cells O17 and P17
same scenario except QUARTERLY PAYMENTS over the same number of years...and
in cells Q17 and R17, annual payments over the same number of years.
Whew! Any thoughts?quot;Slothquot; wrote:
gt; =SUMIF(AM15:AM830,quot;lt;=17quot;,D15830)-SUMIF(AM15:AM830,quot;lt;11quot;,D15830)
gt;
gt; quot;JTquot; wrote:
gt;
gt; gt; Using Excel 2003. Column D15 through D830 contains various dollar figures.
gt; gt; Column AM15 through AM830 contains the age of the person contributing the
gt; gt; dollar value in the corresponding D column. I need to return the total value
gt; gt; of contributions by all individuals within certain age ranges, example 1-10
gt; gt; years old...11-17 years old, etc...
gt; gt;
gt; gt; Is this a VLOOKUP function? What would the formula look like?
gt; gt;
gt; gt; Thanks for the help!
gt; gt;
gt; gt; Jack
=IF(K17=quot;Xquot;,D17/C17/52,quot;quot;)
=IF(M17=quot;Xquot;,D17/C17/12,quot;quot;)
=IF(O17=quot;Xquot;,D17/C17/4,quot;quot;)
=IF(Q17=quot;Xquot;,D17/C17,quot;quot;)
quot;JTquot; wrote:
gt; THANKS...WORKS GREAT! GOt one more for you if possible:
gt; Cell C17 contains a certain number of years
gt; D17 contains a dollar figure
gt; These represent a pledge amount that is payable over the specified number of
gt; years.
gt;
gt; If the person chooses to make WEEKLY payments over that time period, I want
gt; to be able to put an X in cell K17 and have cell L17 calculate the weekly
gt; payment based upon the amount and number of total weeks in the years
gt; specified in cell C17. In cells M17 and N17, same scenario except for
gt; MONTHLY PAYMENTS over the specified number of years...in cells O17 and P17
gt; same scenario except QUARTERLY PAYMENTS over the same number of years...and
gt; in cells Q17 and R17, annual payments over the same number of years.
gt;
gt; Whew! Any thoughts?
gt;
gt;
gt; quot;Slothquot; wrote:
gt;
gt; gt; =SUMIF(AM15:AM830,quot;lt;=17quot;,D15830)-SUMIF(AM15:AM830,quot;lt;11quot;,D15830)
gt; gt;
gt; gt; quot;JTquot; wrote:
gt; gt;
gt; gt; gt; Using Excel 2003. Column D15 through D830 contains various dollar figures.
gt; gt; gt; Column AM15 through AM830 contains the age of the person contributing the
gt; gt; gt; dollar value in the corresponding D column. I need to return the total value
gt; gt; gt; of contributions by all individuals within certain age ranges, example 1-10
gt; gt; gt; years old...11-17 years old, etc...
gt; gt; gt;
gt; gt; gt; Is this a VLOOKUP function? What would the formula look like?
gt; gt; gt;
gt; gt; gt; Thanks for the help!
gt; gt; gt;
gt; gt; gt; Jack
- Apr 13 Sun 2008 20:43
Return Totals from Certain Criteria
close
全站熱搜
留言列表
發表留言
留言列表

