Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jdmagoo
 
Posts: n/a
Default how do i create a reducing number that reduces at certain dates

Hi all, basically what im trying to create is a spreadsheet showing how many
payments i have left on an item i purchased. Now i pay $100 on this item on
every 2nd friday. So my question is, what is a formula that will look at
todays date and reconise that it is the second friday when payment is due and
reduce a given figure in a cell by $100. For example, Total cost is $1000,
payments = $100, payments are due on 07/10/05, 21/10/05, 04/11/05 etc So when
the 07/10/05 arrives total cost will = $900, when 21/10/05 arrives total cost
will = 800 etc. Obviously when the date is other than specified the total
cost dosnt change.

Hopefully i have made my self clear and somebody can help out with ths dilema

Many thanks
James
  #2   Report Post  
Dan
 
Posts: n/a
Default

not a good one but you could try following:
A1: Total Amount
A2: Installment
A3: First Payment (first Friday you put)
A4: Today date() (or use NOW())

Formula in A4 (Left Amount)
=IF((A1 - INT((A4-A3) / 14) * A2) < 0, 0, (A1 - INT((A4-A3) / 14) * A2))


"jdmagoo" wrote:

Hi all, basically what im trying to create is a spreadsheet showing how many
payments i have left on an item i purchased. Now i pay $100 on this item on
every 2nd friday. So my question is, what is a formula that will look at
todays date and reconise that it is the second friday when payment is due and
reduce a given figure in a cell by $100. For example, Total cost is $1000,
payments = $100, payments are due on 07/10/05, 21/10/05, 04/11/05 etc So when
the 07/10/05 arrives total cost will = $900, when 21/10/05 arrives total cost
will = 800 etc. Obviously when the date is other than specified the total
cost dosnt change.

Hopefully i have made my self clear and somebody can help out with ths dilema

Many thanks
James

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
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Can I create an invoice that will number itsself? llpc2004 Excel Discussion (Misc queries) 2 August 2nd 05 09:51 PM
look up number in column eioval Excel Worksheet Functions 2 July 30th 05 08:16 PM
How do you create a random number generator in Excel? gmrobillard Excel Worksheet Functions 5 March 23rd 05 09:10 AM
Use Julian Date To Create Serial Number antho10359 Excel Discussion (Misc queries) 4 December 9th 04 01:50 AM


All times are GMT +1. The time now is 05:04 AM.

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"