Use date to return value of 1
Closed
                    
        
                    frozentundra
    
        
                    Posts
            
                
            1
                
                            Registration date
            Friday February 26, 2016
                            Status
            Member
                            Last seen
            February 26, 2016
            
                -
                            Feb 26, 2016 at 04:32 PM
                        
RayH - Feb 27, 2016 at 10:13 AM
        RayH - Feb 27, 2016 at 10:13 AM
        Related:         
- Use date to return value of 1
 - Tentacle locker 1 - Download - Adult games
 - Igi 1 download - Download - Shooters
 - Fnia 1 apk - Download - Adult games
 - Fnaf 1 download pc - Download - Horror
 - Overwatch 1 download - Download - Shooters
 
1 response
                        
                    There is no standard Excel function that checks for a data value without resorting to custom macros.
However, we can check for empty cells:
If Data Validation is placed on the cell (or cell range) you are checking, in this case A1, then the cell will only be allowed to contain Dates or nothing.
            However, we can check for empty cells:
=NOT(ISBLANK(A1))*1
If Data Validation is placed on the cell (or cell range) you are checking, in this case A1, then the cell will only be allowed to contain Dates or nothing.