+ Reply to Thread
Results 1 to 11 of 11

Get value from cell to other sheet based on condition

Hybrid View

notbanme Get value from cell to other... 09-28-2016, 07:31 AM
Glenn Kennedy Re: Get value from cell to... 09-28-2016, 07:37 AM
notbanme Re: Get value from cell to... 09-28-2016, 07:49 AM
notbanme Re: Get value from cell to... 09-28-2016, 07:45 AM
notbanme Re: Get value from cell to... 09-28-2016, 08:05 AM
Crispy85 Re: Get value from cell to... 09-28-2016, 07:54 AM
notbanme Re: Get value from cell to... 09-28-2016, 08:20 AM
Crispy85 Re: Get value from cell to... 09-28-2016, 08:15 AM
notbanme Re: Get value from cell to... 09-28-2016, 08:34 AM
Crispy85 Re: Get value from cell to... 09-28-2016, 08:20 AM
Glenn Kennedy Re: Get value from cell to... 09-28-2016, 08:47 AM
  1. #1
    Registered User
    Join Date
    09-23-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    47

    Get value from cell to other sheet based on condition

    Get value from cell to other sheet based on condition

    Hello,
    i have sheet with lot of data . i want to get some value of my sheet to other sheet in excel . for ex:


    Cell A | Cell B 
    ==============
    AB     |499
    -------------------------
    CD1   |399
    ----------------------
    JK     |233
    ------------------------
    AB    | 499
    -------------------------
    CD1  |399
    ----------------------
    JK    |233
    this is my sheet with data now i want to get the column B data in my other sheet for ex:

    Cell A | Cell B
    ==============
    AB   |499
    -------------------------
    CD1 | 399
    ----------------------
    JK   | 233
    ------------------------

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Get value from cell to other sheet based on condition

    Instead of posting these very poorly formatted "Tables", will you instead please attach a sample Excel workbook? Please don't attach a picture of one.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    09-23-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    47

    Re: Get value from cell to other sheet based on condition

    any solutions ??

  4. #4
    Registered User
    Join Date
    09-23-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    47

    Re: Get value from cell to other sheet based on condition

    ok i dont do this next time ....

  5. #5
    Registered User
    Join Date
    09-23-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    47

    Re: Get value from cell to other sheet based on condition

    can you please explain it , thanks

  6. #6
    Forum Contributor
    Join Date
    06-14-2013
    Location
    jk
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Get value from cell to other sheet based on condition

    Cant you solve this with VLOOKUP?

  7. #7
    Registered User
    Join Date
    09-23-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    47

    Re: Get value from cell to other sheet based on condition

    its show error , here is the formula i enter " =Vlookup(B2;Sheet3!N:S;2;0) " thanks

  8. #8
    Forum Contributor
    Join Date
    06-14-2013
    Location
    jk
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Get value from cell to other sheet based on condition

    Put in file B this formula in column B =Vlookup(A2;File A!A:B;2;0)

    Change "File A" in the formula to the name of the sheet with all the data.

  9. #9
    Registered User
    Join Date
    09-23-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    47

    Re: Get value from cell to other sheet based on condition

    image url : https://snag.gy/tw0iSY.jpg

    here is attachment link : http://www.excelforum.com/attachment...1&d=1475066063
    Attached Files Attached Files

  10. #10
    Forum Contributor
    Join Date
    06-14-2013
    Location
    jk
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Get value from cell to other sheet based on condition

    Please attach a sample workbook

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Get value from cell to other sheet based on condition

    Is this what you want? These are all array formulae. Array Formulae are a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly braces yourself - it won't work...

    if it is NOT what you want, please re-read Post 2, Point 2.
    Attached Files Attached Files

+ 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. how to get cell value in other sheet based on condition?
    By notbanme in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-28-2016, 07:41 AM
  2. Deleting rows on one sheet based on a condition in another sheet in the same file
    By Steve2107 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-18-2014, 06:48 AM
  3. Cut and Paste row range based on active cell condition to another sheet
    By hugh72 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-07-2013, 12:21 PM
  4. Call cell value from other sheet based on condition (Complicated)
    By hecgroups in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-25-2013, 08:22 AM
  5. [SOLVED] [Urgent] Inserting Time sheet Data in to Master sheet Based On the Condition Using Macros.
    By kkcmania in forum Excel Programming / VBA / Macros
    Replies: 42
    Last Post: 05-17-2013, 07:56 AM
  6. Replies: 2
    Last Post: 05-01-2013, 12:26 PM
  7. Select worksheet based on condition & populate cell based on condition
    By beth1069 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-19-2011, 01:27 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