Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I create recurring entries in Excel?

Tinker around with this simple formulas play
for some ideas on what is possible

Assume you have 3 source items listed in A1:A3, eg:

Item1
Item2
Item3

A) Put this in any start cell, say in C2:
=INDEX($A$1:$A$3,INT((ROWS($1:1)-1)/2)+1,)
Copy C2 down to C7

You'd get this repeating structure which draws out the source list:

Item1
Item1
Item2
Item2
Item3
Item3

where the "2" within the INT part of it
sets how many times to repeat each source item in the source list
(If you change the "2" to "3" in C2, then copy down,
it'll triplicate list the source items in sequence)

B) Put this in D2:
=INDEX($A$1:$A$3,MOD(ROWS($1:1)-1,3)+1)
Copy D2 down to D7

You'd now get this kind of cyclic repeating structure on the source list:

Item1
Item2
Item3
Item1
Item2
Item3

where the "3" within the MOD part of it
is equal to the number of source items (in A1:A3)

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:370 Subscribers:66
xdemechanik
---
"Seth" wrote:
I use Excel to manage a financial ledger. I want to create recurring monthly
entries. Is there a way to make this happen using an excel formula or macro?

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
Can you sort by most to least often recurring number in Excel? Jilly Excel Worksheet Functions 2 September 18th 07 08:36 PM
How do I track recurring entries in Excel? Felicia Excel Worksheet Functions 1 September 22nd 06 05:29 PM
excel templete for monthly recurring deposit Shreenivas Khurd Charts and Charting in Excel 0 September 22nd 06 10:57 AM
Recurring Excel Formula error - multiple users affected! Rayo K Excel Discussion (Misc queries) 3 April 11th 06 02:22 PM
How do I create non recurring permutations andrewblack Excel Discussion (Misc queries) 0 February 16th 06 12:54 AM


All times are GMT +1. The time now is 05:36 PM.

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"