Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates Before 1900 | Excel Worksheet Functions | |||
Pre-1900 dates | Excel Discussion (Misc queries) | |||
1/1/1900 issues | Excel Discussion (Misc queries) | |||
0/01/1900 | Excel Discussion (Misc queries) | |||
Dates before 1900 | Excel Worksheet Functions |