Results 1 to 7 of 7

Multiple values in one cell?

Threaded View

  1. #1
    Registered User
    Join Date
    11-03-2011
    Location
    Zagreb, Croatia
    MS-Off Ver
    Excel 2010
    Posts
    3

    Multiple values in one cell?

    Greetings to the forum!

    I have a lookup table that looks something like this:

    row 1: "1~5", 2, 4, 5
    row 2: "6~10", 2, 3, 6
    row 3: "11~20", 3, 3, 5
    ....

    So, person enters a number, clicks on some button, then I use VBA to determine if number is in range "1 to 5" or "6 to 10" (first column) etc. to extract values from that particular row. Is there any way to avoid using VBA? I would also like to avoid this:

    row 1: 1, 2, 4, 5
    row 2: 2, 2, 4, 5
    row 3: 3, 2, 4, 5
    ...
    row 15: 15, 3, 3, 5
    ...

    because I'll have more than 10'000 rows with repeating values (if I'm not repeating values, I have less than 50 rows).

    I've considered using drop down list with values "1~5", "6~10"... but I have to enter a number, then determine its range (so, if you enter 15 I have to say: range is "11~20").
    Last edited by yawriats; 11-04-2011 at 08:25 AM.

Thread Information

Users Browsing this Thread

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

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