Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default how to count my paydays before the due-date of a bill?

I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.

Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).

thanks very much!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default how to count my paydays before the due-date of a bill?

Try this for c1:
=ROUNDDOWN((B1-TODAY())/14,0)

Regards,
Fred

"Judoman" wrote in message
...
I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.

Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).

thanks very much!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default how to count my paydays before the due-date of a bill?

"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.


Take a look at the NETWORKDAYS function to see if that does what you want.
It does presume that you work Monday through Friday. Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want to
include pay received on the due date and "today".

However, this is called living hand-to-mouth. It is not a good way to
budget. At a minimum, you should try to budget with a two-month window, so
that your disposable cash at the beginning of the month is enough to cover
the current and next months' expected expenses. That will give you a
cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. You can determine the
average paydays per month or the exact expected paydays for each month.


----- original message -----

"Judoman" wrote in message
...
I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.

Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).

thanks very much!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default how to count my paydays before the due-date of a bill?

Those 2 solutions didn't work! i get error messages and/or nonsense
results

:-(

but, thanks anyway for trying, Joe User & Fred Smith

-judoman



On Mar 7, 4:22*am, "Joe User" <joeu2004 wrote:
"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.


Take a look at the NETWORKDAYS function to see if that does what you want..
It does presume that you work Monday through Friday. *Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want to
include pay received on the due date and "today".

However, this is called living hand-to-mouth. *It is not a good way to
budget. *At a minimum, you should try to budget with a two-month window, so
that your disposable cash at the beginning of the month is enough to cover
the current and next months' expected expenses. *That will give you a
cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. *You can determine the
average paydays per month or the exact expected paydays for each month.

----- original message -----

"Judoman" wrote in message

...





I'm trying to make up a budget for my family. *I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.


Is this possible, to get such a formula for cell c1? *I get paid on
Friday morning every second week (eg. *next one is Friday the 12th).


thanks very much!- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default how to count my paydays before the due-date of a bill?

"Judoman" wrote:
Those 2 solutions didn't work! i get error messages


Lemme guess (because you neglect to say): a #NAME error when you use
NETWORKDAYS.

RTFM for the NETWORKDAYS help page. It explains how to remedy the #NAME
error.


----- original message -----

"Judoman" wrote in message
...
Those 2 solutions didn't work! i get error messages and/or nonsense
results

:-(

but, thanks anyway for trying, Joe User & Fred Smith

-judoman



On Mar 7, 4:22 am, "Joe User" <joeu2004 wrote:
"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.


Take a look at the NETWORKDAYS function to see if that does what you want.
It does presume that you work Monday through Friday. Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want
to
include pay received on the due date and "today".

However, this is called living hand-to-mouth. It is not a good way to
budget. At a minimum, you should try to budget with a two-month window, so
that your disposable cash at the beginning of the month is enough to cover
the current and next months' expected expenses. That will give you a
cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. You can determine the
average paydays per month or the exact expected paydays for each month.

----- original message -----

"Judoman" wrote in message

...





I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.


Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).


thanks very much!- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default how to count my paydays before the due-date of a bill?

What does "didn't work" mean? What results did you get when you entered my
formula in C1?

Regards,
Fred

"Judoman" wrote in message
...
Those 2 solutions didn't work! i get error messages and/or nonsense
results

:-(

but, thanks anyway for trying, Joe User & Fred Smith

-judoman



On Mar 7, 4:22 am, "Joe User" <joeu2004 wrote:
"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.


Take a look at the NETWORKDAYS function to see if that does what you want.
It does presume that you work Monday through Friday. Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want
to
include pay received on the due date and "today".

However, this is called living hand-to-mouth. It is not a good way to
budget. At a minimum, you should try to budget with a two-month window, so
that your disposable cash at the beginning of the month is enough to cover
the current and next months' expected expenses. That will give you a
cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. You can determine the
average paydays per month or the exact expected paydays for each month.

----- original message -----

"Judoman" wrote in message

...





I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.


Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).


thanks very much!- Hide quoted text -


- Show quoted text -


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default how to count my paydays before the due-date of a bill?

"Fred Smith" wrote:
What does "didn't work" mean? What results did
you get when you entered my formula in C1?


You wrote previous:
Try this for c1:
=ROUNDDOWN((B1-TODAY())/14,0)


where B1 is due date. That formula seems to compute a fraction of a
fortnight (14 day), not a number of days (ideally paydays). Using the OP's
example, if B1 is 12 March 2009 and today is 7 March 2009, your formula
results in 0.

Assuming paydays are all weekdays, clearly the right answer is 4 or 5,
depending on whether or not to count the payday on the due date.

In contrast, NETWORKDAYS(TODAY(),B1) yields 4.

Note: I had written NETWORKDAYS(B1,TODAY()), which results in -4. Clearly
that was a mistake, but one that I think the OP could have recognized if he
had RTFM.


----- original message -----

"Fred Smith" wrote in message
...
What does "didn't work" mean? What results did you get when you entered my
formula in C1?

Regards,
Fred

"Judoman" wrote in message
...
Those 2 solutions didn't work! i get error messages and/or nonsense
results

:-(

but, thanks anyway for trying, Joe User & Fred Smith

-judoman



On Mar 7, 4:22 am, "Joe User" <joeu2004 wrote:
"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.


Take a look at the NETWORKDAYS function to see if that does what you
want.
It does presume that you work Monday through Friday. Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want
to
include pay received on the due date and "today".

However, this is called living hand-to-mouth. It is not a good way to
budget. At a minimum, you should try to budget with a two-month window,
so
that your disposable cash at the beginning of the month is enough to
cover
the current and next months' expected expenses. That will give you a
cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. You can determine
the
average paydays per month or the exact expected paydays for each month.

----- original message -----

"Judoman" wrote in message

...





I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.


Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).


thanks very much!- Hide quoted text -


- Show quoted text -



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default how to count my paydays before the due-date of a bill?

I used 14 because he gets paid every two weeks. He wants to put away money
every payday, not every day.

I stand by my recommended solution.

Regards,
Fred

"Joe User" <joeu2004 wrote in message
...
"Fred Smith" wrote:
What does "didn't work" mean? What results did
you get when you entered my formula in C1?


You wrote previous:
Try this for c1:
=ROUNDDOWN((B1-TODAY())/14,0)


where B1 is due date. That formula seems to compute a fraction of a
fortnight (14 day), not a number of days (ideally paydays). Using the
OP's example, if B1 is 12 March 2009 and today is 7 March 2009, your
formula results in 0.

Assuming paydays are all weekdays, clearly the right answer is 4 or 5,
depending on whether or not to count the payday on the due date.

In contrast, NETWORKDAYS(TODAY(),B1) yields 4.

Note: I had written NETWORKDAYS(B1,TODAY()), which results in -4.
Clearly that was a mistake, but one that I think the OP could have
recognized if he had RTFM.


----- original message -----

"Fred Smith" wrote in message
...
What does "didn't work" mean? What results did you get when you entered
my formula in C1?

Regards,
Fred

"Judoman" wrote in message
...
Those 2 solutions didn't work! i get error messages and/or nonsense
results

:-(

but, thanks anyway for trying, Joe User & Fred Smith

-judoman



On Mar 7, 4:22 am, "Joe User" <joeu2004 wrote:
"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.

Take a look at the NETWORKDAYS function to see if that does what you
want.
It does presume that you work Monday through Friday. Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want
to
include pay received on the due date and "today".

However, this is called living hand-to-mouth. It is not a good way to
budget. At a minimum, you should try to budget with a two-month window,
so
that your disposable cash at the beginning of the month is enough to
cover
the current and next months' expected expenses. That will give you a
cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. You can determine
the
average paydays per month or the exact expected paydays for each month.

----- original message -----

"Judoman" wrote in message

...





I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.

Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).

thanks very much!- Hide quoted text -

- Show quoted text -




  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default how to count my paydays before the due-date of a bill?

Errata....

I wrote:
=NETWORKDAYS(B1,TODAY())


That should be NETWORKDAYS(TODAY(),B1).


----- original message -----

"Joe User" <joeu2004 wrote in message
...
"Judoman" wrote:
somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will
use a formula =a1/c1 to tell me how much money I
need to put aside from each of my upcoming paydays.


Take a look at the NETWORKDAYS function to see if that does what you want.
It does presume that you work Monday through Friday. Your formula in C1
might be:

=NETWORKDAYS(B1,TODAY())

You might want to add or subtract 1 depending on whether or not you want
to include pay received on the due date and "today".

However, this is called living hand-to-mouth. It is not a good way to
budget. At a minimum, you should try to budget with a two-month window,
so that your disposable cash at the beginning of the month is enough to
cover the current and next months' expected expenses. That will give you
a cushion in case actual expenses for the current month.

That approach also means that you do not need to be so precise in
determining the number of paydays between due dates. You can determine
the average paydays per month or the exact expected paydays for each
month.


----- original message -----

"Judoman" wrote in message
...
I'm trying to make up a budget for my family. I'd like to be able to
enter in the amount of an upcoming bill (a1), the due-date of an
upcoming bill (b1), then somehow have Excel calculate how many pay-
days I will get before that date (c1) then I will use a formula =a1/c1
to tell me how much money I need to put aside from each of my upcoming
paydays.

Is this possible, to get such a formula for cell c1? I get paid on
Friday morning every second week (eg. next one is Friday the 12th).

thanks very much!



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
how do i get to discount 10% of a bill dermot martin cleary Excel Discussion (Misc queries) 3 August 30th 07 09:56 PM
Electrical Bill Den Excel Worksheet Functions 0 March 23rd 06 03:38 PM
In Excel- change the order of a name? Bill Gates to Gates, Bill arnold36 Excel Discussion (Misc queries) 1 September 29th 05 06:05 PM
can a cell remind you of an upcoming bill date payment Colin2u Excel Discussion (Misc queries) 3 August 11th 05 07:56 PM
Bill Payments NevHier Excel Worksheet Functions 1 May 21st 05 11:58 AM


All times are GMT +1. The time now is 09:59 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"