+ Reply to Thread
Results 1 to 4 of 4

Need cells autopopulated when a value is shown in another tab

  1. #1
    Registered User
    Join Date
    10-23-2008
    Location
    USA
    Posts
    78

    Need cells autopopulated when a value is shown in another tab

    Hopefully someone can help. Been at this for a day already!

    I have a range of predetermined dates in columns C and D.
    In column E, I have entered a formula to return "Select Period", looking for the date in B2 in the range of dates.

    What I would like is that a value is automatically shown in all cells above the one that says "Select Period", in this case cells E4 through E8. Whatever solution you come up with needs to work if the Project Start Date in B2 is changed.

    Thank you in advance for your lights!!
    Attached Files Attached Files
    Last edited by bmunoz64; 12-02-2020 at 09:13 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Need cells autopopulated when a value is shown in another tab

    Try this in E4:

    =IF(B$2<=C4,"Select Period",IF(AND($B$2>=C4,$B$2<D4),"Select Period","Do Not Select"))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-23-2008
    Location
    USA
    Posts
    78

    Re: Need cells autopopulated when a value is shown in another tab

    That worked!!! Thank you!!!!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Need cells autopopulated when a value is shown in another tab

    Glad to help, and thanks for marking the thread as Solved.

    You might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. AutoPopulate Texbox based on another autopopulated textbox
    By Sergio Alberto in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-02-2019, 02:04 PM
  2. Autopopulated Resource Calendar with Start and End dates
    By Pauly K in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-18-2017, 12:49 PM
  3. Purchase Order Customer Info Autopopulated
    By lj123 in forum Excel General
    Replies: 5
    Last Post: 09-29-2008, 05:00 PM
  4. Named Ranges shown (or not shown) as blue means what?
    By wdeleo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  5. Named Ranges shown (or not shown) as blue means what?
    By wdeleo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  6. Named Ranges shown (or not shown) as blue means what?
    By wdeleo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1