+ Reply to Thread
Results 1 to 5 of 5

Backend Data structuring for multiple tabs

  1. #1
    Forum Contributor sorensjp's Avatar
    Join Date
    12-23-2015
    Location
    Yokosuka, JP
    MS-Off Ver
    2007 and 2016
    Posts
    196

    Backend Data structuring for multiple tabs

    Hello All,

    I'm Slowly building a Personnel/Leave/Qualifications Tracker for my ship. Before I get further in this project I need to be sure the structure is valid. The attached file uses multiple sheets two of which (CREW_INFO & WEPS_QUALS) use a third sheet (ACT_MBR) for the data. I would like to know if the route I've chosen is poorly structured or should the supporting data for each CREW_INFO & WEPS_QUALS Tabs be separated. Eventually I want to archive members as they transfer so I don't want a "#REF" error on the WEP_QUALS sheet. Or would it or is it possible to move a member in the ACT_MBR to an INACT_MBR (Inactive Member) Sheet and a backend data sheet for the WEPS_QUALS Sheet. The Data on the WEPS_QUALS sheet will need to be presented on the WEPS_QUAL_RPTS sheet as well so I can create a readable/printable report.

    I've be build this project based on a YouTube channel Excel For Freelancers by Randy Austin and the project is "Employee Manager Series".

    Thank you in advance for your advice.

    Jim
    Attached Files Attached Files

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

    Re: Backend Data structuring for multiple tabs

    I feel as if the main thing about making this workbook is to put the data into a records format as shown on the ACT_MBR sheet so good work there (IMO).
    As discussed in this thread the transfer of records could be accomplished using INDEX/MATCH formulas. In the attached file that thought has been further expanded to include cell K3 as well as the cells in rows 28 and 30. Note that conditional formatting is also applied to those cells to hide zeros.
    As to avoiding #REF's on the Report sheet try: =IFERROR(INDEX(ACT_MBR!EA$4:EA$14,AGGREGATE(15,6,(ROW(A$4:A$14)-ROW(A$3))/(ACT_MBR!EA$4:EA$14<>""),ROWS(A$1:A1))),"")
    Test by selecting and deleting a row on the ACT_MBR sheet.
    The other columns on that sheet could be populated using INDEX/MATCH based on the values in column E.
    Let us know if you have any questions or issues.
    P.S. Thank You for your service.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Contributor sorensjp's Avatar
    Join Date
    12-23-2015
    Location
    Yokosuka, JP
    MS-Off Ver
    2007 and 2016
    Posts
    196

    Re: Backend Data structuring for multiple tabs

    JeteMc,

    Thank you for your advice.

    I see you have added the formulas across the WEPS_QUALS on the on sheet "Weapons Quals" Tab but that is where my Data Entry takes place. Also would the Index/Match Formulas slow the application once I populated with the Crew Members (350+)? We only have Excel 2007 as well.

    My goal is making the user interface simple to use. It amazes me how many different ways there are to build projects such as these. Beyond that I'm looking to add a filters on my WEPS_QUAL_RPT sheet such as well (Duty Section) and to identify members coming due for re-qualifications. But that will have to wait for another string when I get to that point.

    Again, Thank you and your welcome. I do enjoy Japan and the Navy has had me here for over 5 years now.

    V/r,

    Jim

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

    Re: Backend Data structuring for multiple tabs

    If the WEPS_QUALS sheet is the data entry tab, then I am afraid I can not help you as I am not conversive in VBA which will be required (I guess) to populate the ACT_MBR sheet row by row. INDEX and MATCH are both supported by the 2007 version of Excel, however AGGREGATE is not, (profile states 2007 and 2016) so the formula for the WEPS_QUAL_RPTS sheet would need to be modified and become a array entered formula, which can slow things down. I'll post the formula anyway just in case.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    To use the formula select E5, paste the formula into the formula bar, press and hold the Ctrl and Shift keys while pressing the Enter key, then drag the fill handle down as far as needed.
    I suggest that you narrow the focus of this thread to moving data from the WEPS_QUALS sheet to the ACT_MBR sheet.
    As it is the weekend, I would suggest that if no one has offered a solution by Monday send a direct message to one of the Moderators asking that this thread be moved to the VBA forum.
    I hope that you have a blessed day.

  5. #5
    Forum Contributor sorensjp's Avatar
    Join Date
    12-23-2015
    Location
    Yokosuka, JP
    MS-Off Ver
    2007 and 2016
    Posts
    196

    Re: Backend Data structuring for multiple tabs

    JeteMc,

    Thank you for all of your time and expertise. I'm learning as I "poke in the dark" on different sections of this project as it gets built.

    I'll test your formula and see if I can grasp how it works. My biggest problem is understanding formulas and how best to use/structure them.

    Thank you for your efforts.

    V/r,
    Jim

+ 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. [SOLVED] summing multiple sub-tabs where each sub tabs row data is not the same
    By waternut in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-11-2014, 01:44 PM
  2. [SOLVED] Structuring Data
    By codeslizer in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-22-2013, 09:56 AM
  3. Replies: 1
    Last Post: 10-28-2010, 12:48 PM
  4. Structuring data to table
    By mohitspamz in forum Excel General
    Replies: 2
    Last Post: 11-19-2009, 07:16 AM
  5. Structuring code to efficiently process data
    By RadBrad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-24-2009, 11:09 AM
  6. Re-structuring data
    By T De Villiers in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-07-2006, 08:35 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