![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
I have a database and want to use a date formula.
I have a starting date, in the dext column I put in the number of days(30, 60, 90 etc) and I want the next column to show the date of the number of days I entered. I hope this is clear Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Georgia USA
Posts: 544
|
if your start date is in A1 put your days to add in B1 in C1 put A1+B1
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
That did the trick, but I would like for the date to be calulated automatily, as it is now I have to enter the formula for each cell
DATE(start) #Days End Date 3-16-02 60 ? I want a date to pop up here Thanks for all the help |
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
Hmmm, that didnt come out right..LOL
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
in C1 enter: =A1+B1 and copy down C1 as far as needed. By the way, if you want to exclude weekends from the resulting date, you can use in C1 =WORKDAY(A1,B1) which requires that you have installed the Analysis Toolpak (see Tools|Add-Ins). Note that WORKDAY can even exclude holidays. Aladin |
|
|
|
|
|
|
#6 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
BINGO..Thanks,had the formulua, just didnt drag it down the column
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|