Closed Thread
Results 1 to 4 of 4

Referencing a rate calculation in another cell

  1. #1
    Registered User
    Join Date
    01-08-2020
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    72

    Referencing a rate calculation in another cell

    I am currently creating a excel sheet which will be used to calculate the cost of an item by looking up a referencing code and applying a pre-written rate to it.

    I have used the "IF" function to look up the reference code from a list and then I want it to use the rate I have entered in the cell next to it. The issue I am having is that if I click on the cell with the rate formula I get #VALUE!, I believe this is because the rate itself is made up of a calculation.

    I have attached an example sheet to illustrate my query. In the example I am trying looking up column A in the data and then based on which item it falls under I want to multiple using the rate calculation noted.

    If I manually enter the calculation into the formula it works but I want to be able to edit the one cell with the rate and then my formula will automatically update as there will be hundreds of lines.

    Any help is appreciated,
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Referencing a rate calculation in another cell

    Excel reads those rates (in C10:C12) as text and not numbers

    use the = sign before each of them, format the cell as 'general' so as to convert them to a calculated number.

    Then in Cell c2 use
    =$B2*INDEX($C$10:$C$12,MATCH($A2,$A$10:$A$12,0))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    01-08-2020
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    72

    Re: Referencing a rate calculation in another cell

    Thank you so much for the help!

    It is working now.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Referencing a rate calculation in another cell

    @ Fish55.

    This thread is a duplicate of https://www.excelforum.com/excel-gen...ml#post5257632

    Please read our forum rules regarding duplicate threads.

    Administrative Note:

    Welcome to the forum.

    Unfortunately, this is a duplicate thread, and you are allowed only ONE thread per issue here.

    Please see Forum Rule #5 about thread duplication.
    Last edited by FlameRetired; 01-09-2020 at 11:33 PM.
    Dave

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Referencing a rate calculation in another cell
    By Fish55 in forum Excel General
    Replies: 6
    Last Post: 01-10-2020, 12:26 PM
  2. Incorrect calculation when referencing cell.
    By irfy11 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-25-2019, 07:18 AM
  3. Occupancy rate calculation
    By tonyandonov88 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-27-2016, 03:53 PM
  4. Replies: 7
    Last Post: 11-24-2015, 11:44 AM
  5. Asking Rate Calculation
    By pradeep247 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2013, 09:30 AM
  6. [SOLVED] Complicated Cell referencing Calculation code Help NEEDED
    By olewilers in forum Excel General
    Replies: 2
    Last Post: 06-28-2012, 11:28 AM
  7. [SOLVED] Referencing same cell in calculation
    By Tugger in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-12-2005, 01:06 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