Closed Thread
Results 1 to 9 of 9

Auto-populate cell based on values in other cells

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    I would set up a table with your products in column A of a different sheet in your workbook and prices for Option 1 in B and Op 2 in C. Then I would use the INDEX and MATCh functions to find the proper values. As per your example, the formula in column D copied down would be
    =INDEX(Sheet2!$B$2:$C$11,MATCH(A2,Products,0),MATCH(B2,Sheet2!$B$1:$C$1,0))
    where "Products" is a named range referrring to sheet2!A2:A20. Take a look at the attachment and let us know if you have any questions.

    ChemistB
    Attached Files Attached Files

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto populate cell from a repeated number
    By cruzesr in forum Excel General
    Replies: 1
    Last Post: 08-13-2008, 08:22 PM
  2. Creating a Gantt based on values in cells
    By vjboaz in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-10-2008, 09:50 AM
  3. Select and copy cells based on values in another cells
    By JoC in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-25-2008, 04:39 AM
  4. Replies: 2
    Last Post: 03-01-2007, 04:51 PM
  5. Linking cells w/ values only to a referenced cell
    By Paul987 in forum Excel General
    Replies: 4
    Last Post: 09-22-2006, 03:05 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