+ Reply to Thread
Results 1 to 8 of 8

formula to auto fill columns from columns in other tabs

  1. #1
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    formula to auto fill columns from columns in other tabs

    is there a formula that i can put into column A in tab one so it will always fill with info from a different column from a different tab ?

    thanks in advance

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,705

    Re: formula to auto fill columns from columns in other tabs

    in SHEET1 A2

    =SHEET2!D2

    Or do you need something "dynamic" based on other data in Sheet1?

    A sample file (not image) showing required outcome(s) will help.

  3. #3
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    Re: formula to auto fill columns from columns in other tabs

    hi john

    sorry for late late reply

    I have attached a simple version of what I would like help on
    I hope it makes sense

    I do require something more dynamic , as using that method you said I get loads of 0 when nothing is in the original column
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,705

    Re: formula to auto fill columns from columns in other tabs

    See attached:

    In J2

    =IFERROR(INDEX(me2w!$B$2:$B$100,MATCH($E2,me2w!$F$2:$F$100,0)),"")

    in K2

    =IFERROR(INDEX(me2w!$N$2:$N$100,MATCH($E2,me2w!$F$2:$F$100,0)),"")

    in A2

    =zpmy_orderadmn!A2

    Copy across
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    Re: formula to auto fill columns from columns in other tabs

    perfect , thank you so much

    is there a way I can get rid of the dates that come up 00/01/1900 because the first screen is blank , or is it easier just to place a filter in there

    thanks

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,705

    Re: formula to auto fill columns from columns in other tabs

    This is the easiest ...

    =IF(zpmy_orderadmn!A2="","",zpmy_orderadmn!A2)

  7. #7
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    Re: formula to auto fill columns from columns in other tabs

    sorry , one last thing

    i would like to remove the tabs and have them linked to separate files in the same folder

    as these are 2 exported files from sap , it will get used by 20 different people it will be easier if they can just dump the files next to the po generator


    hope that makes sense

  8. #8
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,705

    Re: formula to auto fill columns from columns in other tabs

    From this

    =IF(zpmy_orderadmn!A2="","",zpmy_orderadmn!A2)

    to this ... ??

    =IF('[zpmy_orderadmn.xlsx]Sheet1'!$A2,"",'[zpmy_orderadmn.xlsx]Sheet1'!$A2)

+ 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] Auto Fill Formula into New Rows/Columns [Google Sheets]
    By banyanman in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 7
    Last Post: 05-03-2016, 03:24 PM
  2. Auto Fill Formula into New Rows/Columns
    By banyanman in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-03-2016, 09:23 AM
  3. [SOLVED] auto-fill columns based on data in different columns
    By dawondr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2015, 06:44 PM
  4. Dropping cell numbers in a formula as you auto-fill across columns
    By Nebs in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-23-2013, 12:48 AM
  5. [SOLVED] Auto Fill formulas for some columns
    By macrofan2012 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-25-2012, 09:51 AM
  6. Auto fill in columns
    By joyeapen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-02-2011, 04:18 AM
  7. Auto fill of columns
    By linstock in forum Excel General
    Replies: 1
    Last Post: 01-03-2006, 07:25 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