Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Thunley
 
Posts: n/a
Default how do i set up a formulas with an if date?

I need help.
I am trying to set up several worksheets in excel to draw information from
my main worksheet. I need to set up an IF formula if the date is within a
cerain year then fill into a certain worksheet. I tried using Access but
could not get the formatting i needed. Is this even possible?

Thanks

  #2   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

If the date is in cell A1, something like:

=IF(YEAR(A1)=1966,"the year you were born","sometime later in life")

Regards

Trevor


"Thunley" wrote in message
...
I need help.
I am trying to set up several worksheets in excel to draw information from
my main worksheet. I need to set up an IF formula if the date is within
a
cerain year then fill into a certain worksheet. I tried using Access but
could not get the formatting i needed. Is this even possible?

Thanks



  #3   Report Post  
Thunley
 
Posts: n/a
Default

What if the date is mm/dd/yy and if it falls in a fiscal year then it shows
on that spreadsheet if not then it reads the next entry and so forth with
many spreadsheets in the workbook to look at the dates from the original
spreadsheet?
Tammy

"Trevor Shuttleworth" wrote:

If the date is in cell A1, something like:

=IF(YEAR(A1)=1966,"the year you were born","sometime later in life")

Regards

Trevor


"Thunley" wrote in message
...
I need help.
I am trying to set up several worksheets in excel to draw information from
my main worksheet. I need to set up an IF formula if the date is within
a
cerain year then fill into a certain worksheet. I tried using Access but
could not get the formatting i needed. Is this even possible?

Thanks




  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Then you have to set the parameters for the fiscal year, I would use a help
column in the main workbook
where I would tag the fiscal year, then filter and copy visible cells to the
new workbook and so on

=AND(A2=--"01/04/03",A2<=--"03/31/04")

will return TRUE for fiscal year 2003 (assuming the fiscal years starts on
Apr )
where A2 holds the first date, then copy down as long as needed, apply the
autofilter
and filter on the help column and filter on TRUE, select and press F5 and
special and visible cells only
copy and paste

--

Regards,

Peo Sjoblom

"Thunley" wrote in message
...
What if the date is mm/dd/yy and if it falls in a fiscal year then it

shows
on that spreadsheet if not then it reads the next entry and so forth with
many spreadsheets in the workbook to look at the dates from the original
spreadsheet?
Tammy

"Trevor Shuttleworth" wrote:

If the date is in cell A1, something like:

=IF(YEAR(A1)=1966,"the year you were born","sometime later in life")

Regards

Trevor


"Thunley" wrote in message
...
I need help.
I am trying to set up several worksheets in excel to draw information

from
my main worksheet. I need to set up an IF formula if the date is

within
a
cerain year then fill into a certain worksheet. I tried using Access

but
could not get the formatting i needed. Is this even possible?

Thanks






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
Min/Max formulas using cells with date format WDS2000 Excel Worksheet Functions 1 February 7th 05 06:03 PM
Excel date formulas Paul B Excel Discussion (Misc queries) 2 February 2nd 05 03:57 AM
Date Formulas Charlene Excel Discussion (Misc queries) 7 January 6th 05 11:46 PM
Excel 2002 date formulas problem Andrew Warren Excel Worksheet Functions 4 January 6th 05 11:35 AM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


All times are GMT +1. The time now is 02:44 AM.

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"