Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Nested If statements returning a sum calculation

At this point I am using this formula to return a dollar amount.

=If(a4="income",e4)+if(a5="income",e5)...excel will only let me put in 25
but I need at least 50 of these statements. I am trying to create a running
balance sheet that updates my monthly budget. however, when my input passes
row 25 then nothing gets calculated.

I need a formula that will say:
if "INCOME" is chosen from a list then return the amount of the credit.
Then add all "INCoME" credits in the chart.

I tried Countif also, but it only returned how many "INCOME" are in the
column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Nested If statements returning a sum calculation

One way:

=SUMPRODUCT(--(A4:A53="income"),E4:E53)

In article ,
arkage wrote:

At this point I am using this formula to return a dollar amount.

=If(a4="income",e4)+if(a5="income",e5)...excel will only let me put in 25
but I need at least 50 of these statements. I am trying to create a running
balance sheet that updates my monthly budget. however, when my input passes
row 25 then nothing gets calculated.

I need a formula that will say:
if "INCOME" is chosen from a list then return the amount of the credit.
Then add all "INCoME" credits in the chart.

I tried Countif also, but it only returned how many "INCOME" are in the
column.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
nested if statements Jeremy Excel Worksheet Functions 2 September 14th 06 08:08 PM
Returning text from nested IF and Vlookup statements Patricia Excel Worksheet Functions 10 July 28th 06 04:22 PM
Nested IF Statements Django Excel Discussion (Misc queries) 2 March 4th 06 01:44 AM
Nested IF statements maacmaac Excel Discussion (Misc queries) 3 January 24th 06 12:00 AM
Nested "if" not returning expected value Michael E W Excel Worksheet Functions 4 September 5th 05 04:50 AM


All times are GMT +1. The time now is 12:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"