Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JT JT is offline
external usenet poster
 
Posts: 1
Default If Yes, then Add question

I am not sure if I am phrasing this correctly or not. But I have a worksheet
I am working on that will allow me to help clients payoff debts and show
their debt to income ratio. The work sheet section has a list of the debts to
be paid off. I have four columns in this particular section. Acct. Name,
Account Bal, Mth Payment and a yes / no (Yes, count the debt in the ratio :
No don't count the debt.) The yes/no column is the trigger on whether to
include the debt in the total debt ratio or not. I don't know the formula on
how to accomplish this.

Any help would be appricaited.

Jeff

Name Balance Amount Yes / No
$1 IF(M21="yes" THEN COUNT
$1
$1

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default If Yes, then Add question

You're looking for a formula that has the following syntax:
=IF(A1="Yes",B1+C1,C1). Here I'm assuming that A1 has the yes or no, B1 has
the debt amount, if any, and C1 is the total debt ratio. If that doesn't
help make clear what you need to do, please post back.

Dave
--
Brevity is the soul of wit.


"JT" wrote:

I am not sure if I am phrasing this correctly or not. But I have a worksheet
I am working on that will allow me to help clients payoff debts and show
their debt to income ratio. The work sheet section has a list of the debts to
be paid off. I have four columns in this particular section. Acct. Name,
Account Bal, Mth Payment and a yes / no (Yes, count the debt in the ratio :
No don't count the debt.) The yes/no column is the trigger on whether to
include the debt in the total debt ratio or not. I don't know the formula on
how to accomplish this.

Any help would be appricaited.

Jeff

Name Balance Amount Yes / No
$1 IF(M21="yes" THEN COUNT
$1
$1

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default If Yes, then Add question

assuming the amount column is column L and the yes no column is column M and
the data is in rows 21 to 30 try
=sumif(M21:M30,"yes",L21:L30)
adjust as needed.

"JT" wrote:

I am not sure if I am phrasing this correctly or not. But I have a worksheet
I am working on that will allow me to help clients payoff debts and show
their debt to income ratio. The work sheet section has a list of the debts to
be paid off. I have four columns in this particular section. Acct. Name,
Account Bal, Mth Payment and a yes / no (Yes, count the debt in the ratio :
No don't count the debt.) The yes/no column is the trigger on whether to
include the debt in the total debt ratio or not. I don't know the formula on
how to accomplish this.

Any help would be appricaited.

Jeff

Name Balance Amount Yes / No
$1 IF(M21="yes" THEN COUNT
$1
$1

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
Possibly a loaded question, but I think mileslit Excel Discussion (Misc queries) 1 September 10th 05 01:18 AM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM
Newbie With A Question Michael Excel Worksheet Functions 0 July 28th 05 11:50 PM
Anybody Help with previous question Anthony Excel Discussion (Misc queries) 1 July 26th 05 01:26 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM


All times are GMT +1. The time now is 08:43 PM.

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

About Us

"It's about Microsoft Excel"