Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Simple If Function Question

On May 23, 11:19 am, Mike wrote:
not sure what you need but try this
=IF(AND(A1B1,B1=0),E1,0)



"NewUser22" wrote:
I have a working If function that says, IF(AB, A-C+D, E), and I want
to add an additional intruction to this that states that IF(B=0, E, 0)
as opposed to it defaulting to the "A-C+D" calculation. How can I add
this additional funtion to the current function. I think it has
something to do with an "AND" or an "OR". Any help will be appreciated.- Hide quoted text -


- Show quoted text -


Allow me to clarify by using cell refences - IF(P7S7, P7-P8+$P$3, T7)
And what I want to do is actually say that this is true, unless S7 is
= 0, then it will return a 0, or nothing at all.

The issue is that I am working on a debt schedule that will allow me
to input debt ongoing without having to re-write the equations as the
debt decreases. The last payment creates a 0 balance and therefore
this one occasion breaks the IF function since the balance is $0.00
whereas the payment to create that $0.00 balance is greater than
$0.00. There will be no more ongoing payments so the debt payments
will then rollover to the next outstanding debt.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Simple If Function Question

=if(S7=0,"",IF(P7S7, P7-P8+$P$3, T7))

--
Regards,
Tom Ogilvy




"NewUser22" wrote:

On May 23, 11:19 am, Mike wrote:
not sure what you need but try this
=IF(AND(A1B1,B1=0),E1,0)



"NewUser22" wrote:
I have a working If function that says, IF(AB, A-C+D, E), and I want
to add an additional intruction to this that states that IF(B=0, E, 0)
as opposed to it defaulting to the "A-C+D" calculation. How can I add
this additional funtion to the current function. I think it has
something to do with an "AND" or an "OR". Any help will be appreciated.- Hide quoted text -


- Show quoted text -


Allow me to clarify by using cell refences - IF(P7S7, P7-P8+$P$3, T7)
And what I want to do is actually say that this is true, unless S7 is
= 0, then it will return a 0, or nothing at all.

The issue is that I am working on a debt schedule that will allow me
to input debt ongoing without having to re-write the equations as the
debt decreases. The last payment creates a 0 balance and therefore
this one occasion breaks the IF function since the balance is $0.00
whereas the payment to create that $0.00 balance is greater than
$0.00. There will be no more ongoing payments so the debt payments
will then rollover to the next outstanding debt.


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
Simple Sum function question Brwnize1 Excel Worksheet Functions 3 October 24th 07 04:50 PM
Probably simple question on AVG function Mike612 Excel Discussion (Misc queries) 1 July 26th 07 03:14 AM
Simple If Function Question NewUser22 Excel Programming 2 May 23rd 07 05:23 PM
Simple Function question? jboss73 Excel Worksheet Functions 3 January 6th 06 02:22 PM
Simple Function question Jeff Wright[_2_] Excel Programming 6 May 1st 05 12:44 AM


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

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"