View Single Post
 
Old 06-30-2017, 08:14 AM
RonLEngle RonLEngle is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jun 2017
Posts: 8
RonLEngle is on a distinguished road
Default

This is the exact Formula used in the Status Column of spreadsheet and it changes the color as i need based on date entry in source cell, but i also want it to autofill " Up to Date" at same time

=AND(F4>=TODAY()-305,F4<=TODAY())

is this possible?
Reply With Quote