+ Reply to Thread
Results 1 to 6 of 6

Picking cell contents from a list

  1. #1
    Registered User
    Join Date
    11-17-2015
    Location
    London, England
    MS-Off Ver
    Mac 2011
    Posts
    3

    Picking cell contents from a list

    I'm looking for a way of using a function to read the contents of a cell but that uses as an argument the contents of another cell to determine which cell to look up. Is that possible??

    To explain, I've data in lots of different sheets and in each sheet I've data in say B10. I want to write a list that says Sheet 1 B10, Sheet 2 B10, etc, and have a function that allows me to use "Sheet 1 B10" as the argument to tell Excel where to pick the value from.

    I know I can going each sheet and pick the value or write it in each cell each time but with the volume of dataI've got that takes time and is prone to error.

    I've tried using cell("contents",xxx) and used the list to fill in xxx but that doesn't seem to work.

    Any suggestions would be very gratefully received.

    Thx

    Pete

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: Picking cell contents from a list

    You would use the INDIRECT function to do this. I can't advise on the particular formula to use as I don't really understand what you want to do - please explain further. It might also help if you attach a sample workbook (the FAQ describes how to).

    Hope this helps.

    Pete

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

    Re: Picking cell contents from a list

    http://www.excelforum.com/excel-form...heet-name.html
    Go through the above thread it may help you
    Samba

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

  4. #4
    Registered User
    Join Date
    11-17-2015
    Location
    London, England
    MS-Off Ver
    Mac 2011
    Posts
    3

    Re: Picking cell contents from a list

    Here's an example worksheet. I know it's a kind of difficult one to explain but hopefully someone can get the gist.

    I've tried using "Address" to show the text string and then cell but that doesn't seem to work.

    Any help would be greatly received.

    Thanks

    Pete
    Attached Files Attached Files

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

    Re: Picking cell contents from a list

    E5=INDIRECT("'"&B5&"'!"&C5)
    Please Login or Register  to view this content.
    Try this and copy towards down
    Note Remove the Space as shown below (Sheet Name should be same there should not be any extra spaces)
    Sheet 1 - Sheet1
    Sheet 2 - Sheet2
    Sheet 3 - Sheet3
    Sheet 4 - Sheet4

  6. #6
    Registered User
    Join Date
    11-17-2015
    Location
    London, England
    MS-Off Ver
    Mac 2011
    Posts
    3

    Re: Picking cell contents from a list

    It works!!!!
    Many thanks!!! Really appreciate it
    Cheers
    Pete

+ 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. Picking from a list
    By jkahm in forum Excel General
    Replies: 2
    Last Post: 02-26-2015, 10:55 AM
  2. Replies: 9
    Last Post: 10-22-2013, 04:20 PM
  3. [SOLVED] How to copy cell colour formats when picking a value from a list?
    By canis01 in forum Excel General
    Replies: 2
    Last Post: 10-16-2013, 02:46 AM
  4. [SOLVED] Saving cell contents to specific cell in another sheet based on value in list
    By lukestkd in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-24-2013, 02:51 PM
  5. picking the contents of one cell if another cell meets criteria
    By gsloman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-25-2011, 01:56 PM
  6. Picking up a particular list
    By khank in forum Excel General
    Replies: 4
    Last Post: 02-17-2011, 05:41 PM
  7. Picking out cell contents
    By joedrummer in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-17-2008, 06:31 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