Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default A Microsoft Excel recall spread sheet using calendar dates.

HI All,
I have to make a spread sheet using Microsoft Excel. I have to be able to
tell drivers when there DOD cards are due for renewal and their driver
license also. What is the best way. I'm talking about 3500 drivers. Your
help would be greatly appreciated. My email is: I
have to go online (so to speak) in two weeks. Please some help me. Thanks,
Rock
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default A Microsoft Excel recall spread sheet using calendar dates.

Please try the date function. It should help you keep track of the renewal
dates.


"rockconner07" wrote:

HI All,
I have to make a spread sheet using Microsoft Excel. I have to be able to
tell drivers when there DOD cards are due for renewal and their driver
license also. What is the best way. I'm talking about 3500 drivers. Your
help would be greatly appreciated. My email is: I
have to go online (so to speak) in two weeks. Please some help me. Thanks,
Rock

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default A Microsoft Excel recall spread sheet using calendar dates.

In A1 type the text "Last Name" - no quotes
In B1 enter the text "First Name"
In C1 enter: "DOD"
In D1 "Licence"

Now start to enter all you data, it does not matter what order you process
the drivers.
In column A: enter driver's last name
In B; enter drivers first name(s)
In C; the DOD date in whatever format you prefer such as 10/12/07
In D: the license renewal date

Select everything and use Data | Sort; sort by Last Name and First Name

When you have all this come back with detailed questions of what you want to
do.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"rockconner07" wrote in message
...
HI All,
I have to make a spread sheet using Microsoft Excel. I have to be able to
tell drivers when there DOD cards are due for renewal and their driver
license also. What is the best way. I'm talking about 3500 drivers. Your
help would be greatly appreciated. My email is: I
have to go online (so to speak) in two weeks. Please some help me. Thanks,
Rock



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default A Microsoft Excel recall spread sheet using calendar dates.

Thanks for your help. Okay I made a small spread sheet. What is the next
step to have it tell me which driver license/DOD card is due. I have use the
Microsoft Excel for some time now. I have made many different spread sheets.
I just haven't learned how to make one to tell me how to do this kind of
calculation yet. Thanks, Rock


"Bernard Liengme" wrote:

In A1 type the text "Last Name" - no quotes
In B1 enter the text "First Name"
In C1 enter: "DOD"
In D1 "Licence"

Now start to enter all you data, it does not matter what order you process
the drivers.
In column A: enter driver's last name
In B; enter drivers first name(s)
In C; the DOD date in whatever format you prefer such as 10/12/07
In D: the license renewal date

Select everything and use Data | Sort; sort by Last Name and First Name

When you have all this come back with detailed questions of what you want to
do.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"rockconner07" wrote in message
...
HI All,
I have to make a spread sheet using Microsoft Excel. I have to be able to
tell drivers when there DOD cards are due for renewal and their driver
license also. What is the best way. I'm talking about 3500 drivers. Your
help would be greatly appreciated. My email is: I
have to go online (so to speak) in two weeks. Please some help me. Thanks,
Rock




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default A Microsoft Excel recall spread sheet using calendar dates.

Suppose the first due date is in C2
I will assume you want to know expired licences and those due within 10 days
Here are a couple or ways:

1) In D2 enter =IF(C2-TODAY()<10, "Licence due","")
Copy this down the column; quickest way is to double click the fill handle
(small solid square in lower right corner of active call)

OR
2) Select all dates in C column
Use Format | Conditional Formatting
In the dialog use
Formula Is; =C2-TODAY()<10; and click Format button; open Pattern tab and
click a colour. Now the cell with a due date less than 10 days from today
will show with a colour. For more about conditional formatting see:
http://www.contextures.com/xlCondFormat01.html

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"rockconner07" wrote in message
...
Thanks for your help. Okay I made a small spread sheet. What is the next
step to have it tell me which driver license/DOD card is due. I have use
the
Microsoft Excel for some time now. I have made many different spread
sheets.
I just haven't learned how to make one to tell me how to do this kind of
calculation yet. Thanks, Rock


"Bernard Liengme" wrote:

In A1 type the text "Last Name" - no quotes
In B1 enter the text "First Name"
In C1 enter: "DOD"
In D1 "Licence"

Now start to enter all you data, it does not matter what order you
process
the drivers.
In column A: enter driver's last name
In B; enter drivers first name(s)
In C; the DOD date in whatever format you prefer such as 10/12/07
In D: the license renewal date

Select everything and use Data | Sort; sort by Last Name and First Name

When you have all this come back with detailed questions of what you want
to
do.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"rockconner07" wrote in message
...
HI All,
I have to make a spread sheet using Microsoft Excel. I have to be able
to
tell drivers when there DOD cards are due for renewal and their driver
license also. What is the best way. I'm talking about 3500 drivers.
Your
help would be greatly appreciated. My email is:
I
have to go online (so to speak) in two weeks. Please some help me.
Thanks,
Rock






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
Is there a way to change all dates in a spread sheet delete automatically Excel Discussion (Misc queries) 8 December 23rd 06 02:58 AM
how do i enter a bull call spread into the options spread sheet ? alvin smith Excel Worksheet Functions 0 November 27th 06 01:23 AM
i cant find microsoft office or excel for spread sheets. i have wo pauline Setting up and Configuration of Excel 3 June 3rd 06 06:58 PM
link dates from excel to a calendar Keeley Excel Discussion (Misc queries) 0 March 12th 06 05:02 PM
How do you add an Excel spread sheet to a Microsoft Word report? RaymondTBirmingham Excel Worksheet Functions 1 March 14th 05 07:19 AM


All times are GMT +1. The time now is 09:31 PM.

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"