+ Reply to Thread
Results 1 to 5 of 5

Combine 2 Columns from 2 different sheets with helper

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Combine 2 Columns from 2 different sheets with helper

    Hello Friends

    If the cells C4:C43 have 1 then the corresponding value in the cells B4:B43 need to be plotted in the light yellow cells E4:E40 by formulas.

    thanks in advance
    Sekar

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Combine 2 Columns from 2 different sheets with helper

    E4=iferror(index($b:$b,small(index(($c$4:$c$43<>1)*10^10+row($c$4:$c$43),0),rows(e$4:e4))),"")
    try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Combine 2 Columns from 2 different sheets with helper

    This array formula** entered in E4:

    =IFERROR(INDEX(B:B,SMALL(IF(C$4:C$43=1,ROW(C$4:C$43)),ROWS(E$4:E4))),"")

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

    Copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Combine 2 Columns from 2 different sheets with helper

    Hello Siva and Biff

    Thanks & thanks you formula working well and helped me lot.

    thanks again

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Combine 2 Columns from 2 different sheets with helper

    You're welcome. Thanks for the feedback!

+ 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] Combine 2 Columns from 2 different sheets with 1 condition
    By Sekars in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-21-2017, 09:35 AM
  2. [SOLVED] Combine 2 Columns from 2 different sheets with keeping duplicates
    By Sekars in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-20-2017, 03:16 AM
  3. Sort by helper column even if values in helper are alike
    By NoSleepForMe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2016, 04:14 AM
  4. [SOLVED] Get rid of helper columns
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-24-2014, 05:26 PM
  5. Combine data from 2 sheets with different columns
    By mulpuris in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-27-2012, 09:45 AM
  6. Helper columns
    By Blake 7 in forum Excel General
    Replies: 3
    Last Post: 02-23-2011, 06:42 AM
  7. combine sheets columns
    By jfish in forum Excel General
    Replies: 6
    Last Post: 11-17-2010, 06:28 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