+ Reply to Thread
Results 1 to 4 of 4

Update multiple cells in same column from sheet 1 to sheet 2

  1. #1
    Registered User
    Join Date
    09-12-2014
    Location
    Norman
    MS-Off Ver
    2010
    Posts
    37

    Smile Update multiple cells in same column from sheet 1 to sheet 2

    Can Some one help me

    I wanted to automatically update data from sheet 1 to sheet2 based on some criteria. So I used array formulae

    =IFERROR(INDEX(Sheet1!B$2:B$500,SMALL(IF(Sheet1!$A$2:$A$500="3rd Party",ROW(Sheet1!$A$2:$A$500)-ROW(Sheet1!$A$2)+1),ROWS(A$2:A2))),"")

    Now I am trying to update data in a new sheet3 from sheet1, which updates data named Apple and Sony from Column B in sheet 1 to sheet 3. I tried to use OR condition but got no output.

    Thank you in advance.
    Last edited by Sai Prashanth; 10-01-2014 at 01:59 PM.

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Update multiple cells in same column from sheet 1 to sheet 2

    Try this Array Formula. (Requires CSE)
    On Sheet3
    In A2
    Please Login or Register  to view this content.
    and copy across and down.

    Is this what you are trying to achieve?
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    09-12-2014
    Location
    Norman
    MS-Off Ver
    2010
    Posts
    37

    Smile Re: Update multiple cells in same column from sheet 1 to sheet 2

    Yes that cleared a part of my doubt. Sorry I was not clear in question. In the below attached workbook, In sheet 2 I want to automatically update columns for only 3rd party applications and also there re-check status should be either open or "blanks" (so, I want to eliminate the closed re-check status rows for 3rd party).

    I tried to change the above formula like
    =IFERROR(INDEX(Sheet1!B$2:B$50,SMALL(IF((Sheet1!$A$2:$A$50="3rd Party")+(Sheet1!$G$2:$G$50="Open"),ROW(Sheet1!$B$2:$B$50)-ROW(Sheet1!$B$2)+1),ROWS(A$2:A2))),"")

    Hope I am clear this time.
    Last edited by Sai Prashanth; 10-03-2014 at 12:43 PM.

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Update multiple cells in same column from sheet 1 to sheet 2

    See the attached sheet.

+ 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. Update table on another sheet with information on ACTIVE SHEET based on column search.
    By keelinglee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-14-2014, 09:06 PM
  2. update multiple sheet data in single sheet
    By sreejeshc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-24-2013, 08:23 AM
  3. Update multiple cells Format+value from one sheet to another...
    By bhagatrohit in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-06-2013, 11:03 PM
  4. Replies: 1
    Last Post: 10-22-2012, 01:16 PM
  5. Update corresponding cells on master sheet when data entered to filtered sheet
    By Sumatied in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-18-2011, 09:50 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