Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro for updating memberssubscription list annually

I am a secretary for a Pensioners Club in Spain and need a
macro which will flag up when a member's subscription is
due ie a year from the date of joining. I am not very au
fey with Excel so would appreciate some help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Macro for updating memberssubscription list annually

You can create another column with the renewal date

assume the join date is in column C

so for the entry in C2, in D2 (as an example) put in
=Date(Year(C2)+1,Month(C2),Day(C2))

or if the renewal is at the end of the month
=Date(Year(C2)+1,Month(C2)+1,0)

(the zeroeth day of the next month is the last day of the preceding month).

using the appropriate formula, you can then select D2 and drag fill down the
column.

You can then use conditional formatting if you want the dates nearing
expiration highlighted.

(format=Conditional formatting)

--
Regards,
Tom Ogilvy


"Dawn" wrote in message
...
I am a secretary for a Pensioners Club in Spain and need a
macro which will flag up when a member's subscription is
due ie a year from the date of joining. I am not very au
fey with Excel so would appreciate some help



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
Update dates annually Misty Sunshine Excel Worksheet Functions 2 August 31st 10 10:56 AM
formula to calculate sum of payment increased by 3% annually JSC Excel Discussion (Misc queries) 3 July 3rd 09 02:54 AM
quarterly, semi-annually?? colonel-shoe Excel Discussion (Misc queries) 5 May 23rd 06 04:28 PM
Auto change defined name ranges on Jan 1st annually MarathonMan Excel Worksheet Functions 0 September 22nd 05 11:02 PM
List employees with hours worked, weekly, quarterly, and annually Steve j. New Users to Excel 6 February 17th 05 06:41 PM


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