Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-30-2017, 07:30 AM
RonLEngle RonLEngle is offline Auto enter data based on formula in another cell? Windows 7 32bit Auto enter data based on formula in another cell? Office 2010 32bit
Novice
Auto enter data based on formula in another cell?
 
Join Date: Jun 2017
Posts: 8
RonLEngle is on a distinguished road
Default Auto enter data based on formula in another cell?

Ok guys Basically i have a spreadsheet using conditional formatting, and have it set so it changes color based on range of dates ie( if its beyond 365 days the cell turns red, if its under a year the cell turns green. Ive pasted one of the rules below in case i didnt explain clearly.




=AND(F4>=TODAY()-305,F4<=TODAY()) <-- and set color to green


What I want to do is have the Cell auto fill with Text " Up to Date" or Out of Date based on the date entered in source cell. Any help would be greatly appreciated.

Thanks
Reply With Quote
  #2  
Old 06-30-2017, 08:06 AM
ddansie ddansie is offline Auto enter data based on formula in another cell? Windows 7 32bit Auto enter data based on formula in another cell? Office 2013
Novice
 
Join Date: Jun 2017
Location: Utah
Posts: 6
ddansie is on a distinguished road
Default Maybe us a nested IF statement

Have you tried using a nested IF statement?
=IF(A1>=TODAY()-305,"Up to Date","Past Due")
Reply With Quote
  #3  
Old 06-30-2017, 08:14 AM
RonLEngle RonLEngle is offline Auto enter data based on formula in another cell? Windows 7 32bit Auto enter data based on formula in another cell? Office 2010 32bit
Novice
Auto enter data based on formula in another cell?
 
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
  #4  
Old 06-30-2017, 10:10 AM
NBVC's Avatar
NBVC NBVC is offline Auto enter data based on formula in another cell? Windows 10 Auto enter data based on formula in another cell? Office 2013
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

You would have to enter an IF() formula in the cells additional to the Conditional Formatting you did...

so in the same cells you would enter formula:

=IF(AND(F4>=TODAY()-305,F4<=TODAY()),"Up to Date","Past Due")
Reply With Quote
  #5  
Old 06-30-2017, 10:16 AM
RonLEngle RonLEngle is offline Auto enter data based on formula in another cell? Windows 7 32bit Auto enter data based on formula in another cell? Office 2010 32bit
Novice
Auto enter data based on formula in another cell?
 
Join Date: Jun 2017
Posts: 8
RonLEngle is on a distinguished road
Default

Ok adding that as formula to cell itself worked however could you expand on how to create and statement to include if cell is blank? Thats way i dont get a False statement in there if no date is in other cell


Currently its either up to date or past due but if there is no date entered in source cell it defaults to past due
Reply With Quote
  #6  
Old 06-30-2017, 11:44 AM
NBVC's Avatar
NBVC NBVC is offline Auto enter data based on formula in another cell? Windows 10 Auto enter data based on formula in another cell? Office 2013
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

=IF(F4="","",IF(AND(F4>=TODAY()-305,F4<=TODAY()),"Up to Date","Past Due"))
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto enter data based on formula in another cell? Formula, Compare two cell's text and based on results output a number Offrddrver Excel 4 03-23-2016 11:32 PM
Perform calc in active cell then highlight based on formula result grexcelman Excel Programming 4 01-12-2015 11:00 AM
Change formula cell range based on cell value Scoth Excel 4 10-25-2012 07:51 AM
Auto enter data based on formula in another cell? Creating formula based on if data is correct in cell MattMurdock Excel 1 08-06-2012 03:11 AM
Is there a way to do this? (automatically enter text based on form data) TIKKI555 Word 0 05-26-2010 09:21 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:30 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft