#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 01/01/1900

I run a daily spreadsheet that shows the date inventory for multiple clients
if we have no inventory for that client the date is replaced with *** at the
bottom i have a formula =MIN(I3:I20,I23:I24) to choose the oldest date within
the cell range. but if there is no inventory and all the cells are *** this
formula spits out 01/01/1900 is there any way to make it show *** as a result
if there are no dates? i have been trying to figure this out for a while but
cant get it. i have tried multiple formulas using the IF command but cant get
it to work. any help anyone can provide would be greatly appreciated. Thank
you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default 01/01/1900

=IF(MIN(I3:I20,I23:I24)=0,"***",MIN(I3:I20:I23:I24 ))

Note also that the date you see returned should be 01/00/1900 NOT 01/01/1900

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"excel fool" wrote:

I run a daily spreadsheet that shows the date inventory for multiple clients
if we have no inventory for that client the date is replaced with *** at the
bottom i have a formula =MIN(I3:I20,I23:I24) to choose the oldest date within
the cell range. but if there is no inventory and all the cells are *** this
formula spits out 01/01/1900 is there any way to make it show *** as a result
if there are no dates? i have been trying to figure this out for a while but
cant get it. i have tried multiple formulas using the IF command but cant get
it to work. any help anyone can provide would be greatly appreciated. Thank
you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 01/01/1900

thank you dave... i have been trying to get that to work for a month. i just
put the formula in and it worked. my mistake is where you put the "0" i was
putting "01/00/1900" and it didn't work. thank you again

"Dave F" wrote:

=IF(MIN(I3:I20,I23:I24)=0,"***",MIN(I3:I20:I23:I24 ))

Note also that the date you see returned should be 01/00/1900 NOT 01/01/1900

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"excel fool" wrote:

I run a daily spreadsheet that shows the date inventory for multiple clients
if we have no inventory for that client the date is replaced with *** at the
bottom i have a formula =MIN(I3:I20,I23:I24) to choose the oldest date within
the cell range. but if there is no inventory and all the cells are *** this
formula spits out 01/01/1900 is there any way to make it show *** as a result
if there are no dates? i have been trying to figure this out for a while but
cant get it. i have tried multiple formulas using the IF command but cant get
it to work. any help anyone can provide would be greatly appreciated. Thank
you

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 01/01/1900

I'd look for a number anywhere in that range:

=IF(COUNT(I3:I20,I23:I24)=0,"***",MIN(I3:I20:I23:I 24))



excel fool wrote:

I run a daily spreadsheet that shows the date inventory for multiple clients
if we have no inventory for that client the date is replaced with *** at the
bottom i have a formula =MIN(I3:I20,I23:I24) to choose the oldest date within
the cell range. but if there is no inventory and all the cells are *** this
formula spits out 01/01/1900 is there any way to make it show *** as a result
if there are no dates? i have been trying to figure this out for a while but
cant get it. i have tried multiple formulas using the IF command but cant get
it to work. any help anyone can provide would be greatly appreciated. Thank
you


--

Dave Peterson
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
Dates Before 1900 Janie Excel Worksheet Functions 1 September 2nd 06 02:50 AM
Pre-1900 dates Richard Gadsden Excel Discussion (Misc queries) 1 March 26th 06 12:46 AM
1/1/1900 issues JAH08886 Excel Discussion (Misc queries) 1 January 27th 06 04:09 AM
0/01/1900 leolin Excel Discussion (Misc queries) 2 April 27th 05 01:07 PM
Dates before 1900 David Cleave Excel Worksheet Functions 1 January 18th 05 12:37 PM


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