+ Reply to Thread
Results 1 to 20 of 20

Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

  1. #1
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Hello,

    Here is what I am trying to accomplish.

    On Sheet 3 I have several entries on the page. In Column A I have a drop down list with several items in that drop down. Example "Internal Strategic Goals (ISG). When the user selects this option the column range from A to E changes color. In Coloum E I have the latests updates with a date in front of them example:
    Row 2
    2/1/16 - Information
    1/25/16 - Previous information
    1/22/16 - etc

    However, I have a summary page that I only want to show columns A through E only if the item is a Internal Strategic Goal (ISG) with the latest update.

    Keep in mind, I have additional columns that have the same Internal Strategic Goals (ISG), but they could have a date that is different for the latest entry.

    Row 10
    2/1/15 - Information
    1/25/15 - Previous information
    1/22/15 - etc

    So in this case I would only want to see the first update from above since it has the latest date. Now if the entry changes to a date that is newer, it would replace the one above.

    I only want to show the top two entries. If there are three entries in the sheet that all fall under on the same date. Maybe pick the top two entries only based on where they fall via the rows.

    Hopefully this makes sense.
    Last edited by rhett7660; 02-23-2016 at 04:36 PM. Reason: Solved

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Here you go. I stripped out all of the data and put some test data in.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Or if you can think of a better way of bringing that information to the Executive Page, I am open to suggestions. I just know I would like to see the top two updated Internal Strategic Goals (ISG). There will be other items on the page that can be looked at if needed, but this is what I would like to see on the main page.

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Here is a solution that involves a helper column (F8 and down) on Sheet 3 using the following formula:
    Please Login or Register  to view this content.
    The following formula which can be pasted into Executive Summary D7, then dragged across and down will then give the results requested in post #1:
    Please Login or Register  to view this content.
    Let me know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Quote Originally Posted by JeteMc View Post
    Here is a solution that involves a helper column (F8 and down) on Sheet 3 using the following formula:
    Please Login or Register  to view this content.
    The following formula which can be pasted into Executive Summary D7, then dragged across and down will then give the results requested in post #1:
    Please Login or Register  to view this content.
    Let me know if you have any questions.
    I am assuming I need the first formula in order to use the second part?

    I will work with what you setup and report back.

    Thank you very much!

  7. #7
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Quote Originally Posted by JeteMc View Post
    Here is a solution that involves a helper column (F8 and down) on Sheet 3 using the following formula:
    Please Login or Register  to view this content.
    The following formula which can be pasted into Executive Summary D7, then dragged across and down will then give the results requested in post #1:
    Please Login or Register  to view this content.
    Let me know if you have any questions.
    It took me a few to understand what was going on here, but it looks like it working like a charm!

    Except for one little issue:

    It is pulling the correct data, newest date of entry. However, if there is more than one entry in the field, it is pulling all of the entry, and it is displaying it like so:

    2/5/16 - Test Data2/1/16More test data2/1/16Yup more data

    Is there a way to just pull the latest and greatest in that field?

    Again thank you very much.

    I have attached another version so you can see what I am seeing.
    Attached Files Attached Files
    Last edited by rhett7660; 02-18-2016 at 12:14 PM.

  8. #8
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Or just display all of the data as it is in the original cell. I don't mind going that route either.

  9. #9
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    try below in C11
    =IF(COLUMNS($A$1:A1)=5,INDEX('Sheet 3'!$F$8:$F$10,MATCH(LARGE('Sheet 3'!$F$8:$F$10,ROW($A1)),'Sheet 3'!$F$8:$F$10,0)),INDEX('Sheet 3'!A$8:A$10,MATCH(LARGE('Sheet 3'!$F$8:$F$10,ROW($A1)),'Sheet 3'!$F$8:$F$10,0)))

    drag down and across, keep date formatting for G11 to G13


    if you want to display data as it is then in your current worksheet select G11 to G13, go to home alignment and click wrap text
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  10. #10
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Oh crud, the wrap text did the trick!!!!!!!!

    And holy smokes that is one heck of a formula!

    Thank you very much.

  11. #11
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Ok, I have run into an issue.

    Formula:

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    I am getting the same information for both the number one and number two. I have double checked the dates and the data is different.

    I updated the code on the page for the date puller to the following:

    Please Login or Register  to view this content.
    I didn't want to have an error message in the column.

    I am stumped. I have four tabs, with different names. The bottom summary cells is the only one that is working. Was it because I updated the cells to 1000?

  12. #12
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    That was a good call to wrap the "date puller code" inside of the IFERROR function. I have tested increasing the range of both formulas to 1000 in the Clean2.xlsx file and I am getting the results that I would expect, i.e. different data for rows one, two and three. I don't see anything about the formulas that looks wrong, however it is referencing a sheet (SSB 2016) that is not in the Clean2.xlsx file, so I can't be sure what is happening. I expect that the file you are now working with is proprietary, however if it isn't I would suggest uploading a portion. If it is then perhaps running "Evaluate Formula" (Formula tab) might point out the problem.
    Let me know if you have any questions.

  13. #13
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    This has me scratching my head. I will post what I am looking at with the cleaned out data when I am working on it again tomorrow morning.

  14. #14
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Here is a the current version. If you look at the Executive Summary sheet you will see RIB and SSB have the same entry for both the first and second place. I don't know if it has to do with the same info in the last entry or not. I know the same update date will be used, and we could have the same people assigned to different task/goals/projects etc. The only thing that would be different is the "Initiative" name itself.
    Attached Files Attached Files

  15. #15
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    The problem can be corrected by changing the formula so that it takes the row number into consideration as well as the date updated. Here is the array formula* that has been applied to the RIB on the Executive Summary sheet of the attached file:
    Please Login or Register  to view this content.
    *Note that to apply this formula to the other sections of the Executive Summary you'll need to activate it by holding the Ctrl, Shift and Enter keys down at the same time.
    Here is a copy of Clean_Ver4 with the formula applied to RIB: Copy of Clean_Ver4.xlsx
    Let me know if you have any questions.

  16. #16
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Quote Originally Posted by JeteMc View Post
    The problem can be corrected by changing the formula so that it takes the row number into consideration as well as the date updated. Here is the array formula* that has been applied to the RIB on the Executive Summary sheet of the attached file:
    Please Login or Register  to view this content.
    *Note that to apply this formula to the other sections of the Executive Summary you'll need to activate it by holding the Ctrl, Shift and Enter keys down at the same time.
    Here is a copy of Clean_Ver4 with the formula applied to RIB: Attachment 447397
    Let me know if you have any questions.
    Wow... Thank you very much. I would have never gotten this. This is working like a charm!!! Going to enter in a few more test pieces but as of right now this is wonderful.

    Thank you again.

  17. #17
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Going to enter in a few more test pieces
    Let me know the out come.

  18. #18
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Ok, this is still giving me trouble:

    Cell row 1 Code:

    Please Login or Register  to view this content.
    Cell row 2 Code:

    Please Login or Register  to view this content.
    When ever I do an update to any of the items on sheet DSB, the second round of code gives me a #REF error.

  19. #19
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    Sorry to hear about the problem. I just tested the Clean_Ver4.xlsx file by adding the following to DSB2016!E8: "3/9/16 - Entry after Last Entry" and everything worked as I would have expected. Let me ask however if the updates are added above the older information? When I tested by adding "3/9/16 - Entry after Last Entry" below "12/31/15 - Last Entry", in cell E8, the Executive Summary sheet didn't change. Perhaps someone can help find the source of the problem if you upload a sample of your current worksheet.

  20. #20
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Display information (Cell A through E) in its entirity From Sheet 3 on Sheet 1

    I will upload a version shortly..... It is only occurring with the one sheet. Very frustrating. I am wondering if this is even worth pursing... maybe just having a counter with a nice graph will work!
    Last edited by rhett7660; 03-09-2016 at 05:53 PM.

+ 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. Replies: 3
    Last Post: 12-10-2015, 02:50 PM
  2. [SOLVED] Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.
    By Zimmerray1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-06-2014, 04:59 PM
  3. Macro to Pull information from one Excel Sheet based on information in another sheet
    By IwannabanExcelGod in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-20-2013, 02:11 PM
  4. Replies: 1
    Last Post: 06-28-2012, 03:59 AM
  5. Replies: 8
    Last Post: 02-14-2012, 11:13 AM
  6. Display cell from sheet 1 on sheet 3, 657 times
    By Harrisonl in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-14-2010, 11:48 PM
  7. Replies: 3
    Last Post: 01-25-2009, 12:34 AM

Tags for this Thread

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