Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Read all -- Adding columns for paying

The add one will not work because it will add one to those
persons who have no payment coming - I have to have a way
to identify that the one is added only to those that have
earned payment --
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Read all -- Adding columns for paying



=if(and(A2="",B2=""),0,B2-A2+1)

or use OR as Frank suggested:

=if(OR(A2="",B2=""),0,B2-A2+1)



--
Regards,
Tom Ogilvy


"Katherine" wrote in message
...
The add one will not work because it will add one to those
persons who have no payment coming - I have to have a way
to identify that the one is added only to those that have
earned payment --



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Read all -- Adding columns for paying

Hi Tom
you don't give up, do you :-))

@Katherine: If these functions do not work for you please provide an
example of your data, stae what our functions have returned and what
your expected result would be. I think Tom + I agree that either of
these formulas should work

--
Regards
Frank Kabel
Frankfurt, Germany

"Tom Ogilvy" schrieb im Newsbeitrag
...


=if(and(A2="",B2=""),0,B2-A2+1)

or use OR as Frank suggested:

=if(OR(A2="",B2=""),0,B2-A2+1)



--
Regards,
Tom Ogilvy


"Katherine" wrote in message
...
The add one will not work because it will add one to those
persons who have no payment coming - I have to have a way
to identify that the one is added only to those that have
earned payment --




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
Where can I find a simple paying in and out with Totals sheet Les Edwards Excel Worksheet Functions 2 April 21st 23 05:18 PM
how do I keep track of debts I am paying down using excel Atma Excel Discussion (Misc queries) 2 January 16th 09 09:59 PM
Paying fee to someone who could extract data from web-page to excel! Ivica TypeR Excel Worksheet Functions 1 July 9th 07 01:29 AM
How do I identify all the non-paying customers from A/R workseet? Maria Excel Discussion (Misc queries) 1 May 16th 06 03:20 AM
How do I calculate benefits of paying my mortgage more frequently Propertyman Excel Discussion (Misc queries) 2 January 22nd 06 07:46 AM


All times are GMT +1. The time now is 10:21 AM.

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"