LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default If statement with non specific date

If there would be no numbers other than dates, the easy option is
=IF(ISNUMBER(A2),"package made","")
--
David Biddulph

"Eric D" wrote in message
...
Cool thanks David.

As I am not that excel advanced can you show me how this would look in the
IF statement?

There would never be an occasion that there would be other numbers in the
cell other than a date.
--
Eric


"David Biddulph" wrote:

The problem is that a date in Excel is merely a different way of
formatting
a number, so if you may have other numbers in that column you need to
find a
way of distinguishing your "dates" from other numbers. If the dates
don't
include times, then they will satify =MOD(A1,1)=0, but of course so will
any
integer numbers. If your dates are over a relatively limited range of
time,
then you can include that in your constraints. But if you have one cell
with 12 Jun 2008 (as a real date, rather than text), and another cell
with
39611, they will contain the same value. You might choose to use
=CELL("format",A1) to tell you which format is in use, which might be an
additional help.
--
David Biddulph

"Eric D" wrote in message
...
No it will not always be blank, but the only time a date appears i want
it
to
perform the function.
--
Eric


"JE McGimpsey" wrote:

If the cell in column D will be either blank or have a date:


E1: =IF(D1<"","package mode","")


In article ,
Eric D wrote:

Can anyone tell me if you can use an IF statement so that it
recognizes
a
non specific date.

for example: D1 has 6/11/08
I want to enter an IF statement so that if at any time column D has
a
date
then it will say "package made" in column E right beside the date.

Any suggestions?






 
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
Specific IF statement problem [email protected] Excel Discussion (Misc queries) 2 February 4th 08 09:33 AM
Can I create an if statement that looks for a specific cell color? waladd Excel Worksheet Functions 2 February 17th 07 06:39 PM
an if( statement looking for a specific phrase anywhere in a cell Bob Phillips Excel Worksheet Functions 3 September 26th 06 12:13 AM
How do I make a cell date specific to input a value on a specific. ebuzz13 Excel Discussion (Misc queries) 1 January 18th 05 05:53 PM
Search for a specific character in a cell in an if statement mcl Excel Worksheet Functions 2 January 4th 05 09:14 PM


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