+ Reply to Thread
Results 1 to 2 of 2

common info for multiple cells

Hybrid View

  1. #1
    Registered User
    Join Date
    11-21-2006
    Posts
    1

    common info for multiple cells

    lets say i have the following info that will always be the same

    blue 9
    yellow 7
    pink 25

    and i am making a long list. Is there a way that i can just enter the color and the corosponding number wiill automatically but put in the next cell? and if so, is there a way that i can change blue to 15 in a manor that will change all the blues to 15?

    thanks a bunch, blue

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Bluemith
    lets say i have the following info that will always be the same

    blue 9
    yellow 7
    pink 25

    and i am making a long list. Is there a way that i can just enter the color and the corosponding number wiill automatically but put in the next cell? and if so, is there a way that i can change blue to 15 in a manor that will change all the blues to 15?

    thanks a bunch, blue
    Hi,

    You need something like a VLookup, where you can setup blue to pink worth 9 to 25 etc, and then relate that with (in B1)

    =VLookup(A1,Sheet2!A1:B3,2,False)

    where the colours and their related (but changeable) values are stored on Sheet2 etc.

    to do this for a column see Formula Fill at
    http://www.mvps.org/dmcritchie/excel/fillhand.htm

    hth
    ---
    Si fractum non sit, noli id reficere.

+ Reply to Thread

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