+ Reply to Thread
Results 1 to 5 of 5

Auto-populate information from one tab to another

  1. #1
    Registered User
    Join Date
    10-06-2020
    Location
    Texas
    MS-Off Ver
    2019
    Posts
    9

    Auto-populate information from one tab to another

    I am needing help to auto-populate information from 1 tab "Log book" to "Total Reporting" tab. I attached a test file to show what I am trying to do better.

    From the "Log book" tab I am trying to auto generate column "I - Recipient, to Total Reporting tab column A", I am also trying to get the zip code from first tab to move independently to a separate column on column B of "Total reporting".

    Then "OFC USE" column D to total reporting tab column C.

    Then column D "code" to populate in Column D of total reporting.

    Then Column G "Totals" to populate into Column E "Cost" column of total reporting tab.

    And last is to populate column H "log number" into column F of total reporting tab.

    If anyone knows how to do this or can help it would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: Auto-populate information from one tab to another

    If you simply want to 'copy' the information to the Report sheet with slightly different columns and splitting the area code out, try the attached.
    Attached Files Attached Files
    If your Question is answered; please mark it SOLVED. If you are happy with a member's solution, say 'Thanks' and click the 'Star' to Add Reputation.

  3. #3
    Registered User
    Join Date
    10-06-2020
    Location
    Texas
    MS-Off Ver
    2019
    Posts
    9

    Re: Auto-populate information from one tab to another

    I attached the updated sheet. But for some reason cannot get the first column to work and the last column separates the logs number into 5 different boxes. IS there a way to get them all under the comments tab? Also is there a way to auto-input the "no & nA" into columns E & F as data is filled in?
    Last edited by thorray; 10-21-2021 at 03:48 AM.

  4. #4
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: Auto-populate information from one tab to another

    To enter 'NO' into a cell if something is in cell A2. For example in E2 try (note as this cell is currently blank, nothing will show):
    =IF(NOT(ISBLANK(A2)),"NO","")

    In column H (Comments), try: =IF(ISBLANK('REPORT LOG'!B5),"",'REPORT LOG'!B5 &" "&'REPORT LOG'!C5 &" "&'REPORT LOG'!D5&" "&'REPORT LOG'!E5&" "&'REPORT LOG'!F5)

    I am not sure what you want in column A. Which filed is the 'Recipient Name' value you want to get across.

  5. #5
    Registered User
    Join Date
    10-06-2020
    Location
    Texas
    MS-Off Ver
    2019
    Posts
    9

    Re: Auto-populate information from one tab to another

    Solved, thank you.

+ 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] How to auto-populate information from one tab to the other
    By kyber in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 07-15-2021, 04:08 PM
  2. auto populate cells based on previous information
    By Navee138 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-18-2021, 01:00 PM
  3. Auto populate date when information is entered in another cell
    By excelrookie2015 in forum Excel General
    Replies: 2
    Last Post: 12-23-2014, 03:21 PM
  4. auto populate information from one workbook to another
    By espain in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-10-2014, 01:30 PM
  5. Auto-populate Information
    By excel-lent13 in forum Excel General
    Replies: 8
    Last Post: 05-24-2013, 09:27 PM
  6. Replies: 2
    Last Post: 07-21-2010, 09:10 AM
  7. Auto populate workbook with table information
    By ardyandkari in forum Excel General
    Replies: 1
    Last Post: 05-15-2010, 04:53 PM

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