Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() =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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where can I find a simple paying in and out with Totals sheet | Excel Worksheet Functions | |||
how do I keep track of debts I am paying down using excel | Excel Discussion (Misc queries) | |||
Paying fee to someone who could extract data from web-page to excel! | Excel Worksheet Functions | |||
How do I identify all the non-paying customers from A/R workseet? | Excel Discussion (Misc queries) | |||
How do I calculate benefits of paying my mortgage more frequently | Excel Discussion (Misc queries) |