+ Reply to Thread
Results 1 to 3 of 3

referencing a cell based upon data in another cell

Hybrid View

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    Mississippi, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    referencing a cell based upon data in another cell

    In cell H1, I want to multiply the value in cell B[x] by $G$1 where x is given in cell A1. For example, if A1 is 4, I want to to multiply B4 by $G$1 and have the result in H1.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,432

    Re: referencing a cell based upon data in another cell

    I would probably use the =INDEX() function http://office.microsoft.com/en-us/ma...776.aspx?CTT=1

    =INDEX($B$1:$B$100,A1)*$G$1
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    02-05-2013
    Location
    Mississippi, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: referencing a cell based upon data in another cell

    Thank you.

+ 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