+ Reply to Thread
Results 1 to 2 of 2

Showing Data Based Off a Date

  1. #1
    Registered User
    Join Date
    07-04-2012
    Location
    Sunshine Coast
    MS-Off Ver
    Excel for Mac 2011
    Posts
    83

    Showing Data Based Off a Date

    I am wanting to get the data in cells to show in other cells based on the date in U5

    Specifically

    If the Date in cell U5 is 1-Apr-2019
    I am wanting the data from cells K3:K5 to populate J3:J5
    So in essence once we enter the quarter I want the data to populate and stay there (even when we leave the quarter)

    Plus then be able to put the amount of trading days from that same quarter into cell J24 from the list over at T21:U25

    While also filling U9 with what Quarter it is

    Thanks in Advance!!
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Showing Data Based Off a Date

    Please try

    U9
    =MOD(INT((MONTH(U5)-1)/3)-1,4)+1

    J3 drag down
    =IF(INT((ROWS(J$3:J3)+2)/3)=$U$9,K3,"")

    J24
    =INDEX(U22:U25,U9)

+ 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. Cell with Formula Not Showing Date - Only Showing Serial Number
    By jbb89777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-07-2016, 04:33 AM
  2. looking to do a Pivot showing P/N and min QTY based on date
    By saper 747 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 01-27-2015, 08:58 AM
  3. Find data based off unique identifiers and return only columns showing data
    By yomamma34 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-23-2014, 05:03 PM
  4. Showing data on userform based on last data input?
    By rmills2000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-26-2014, 06:03 AM
  5. [SOLVED] Showing a decline in Date/Month based on previous cell
    By avidcat in forum Excel General
    Replies: 5
    Last Post: 01-25-2014, 09:47 PM
  6. showing data based on *filter*
    By batman1056 in forum Excel General
    Replies: 5
    Last Post: 01-18-2011, 10:01 AM
  7. Replies: 4
    Last Post: 05-14-2009, 07:13 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