+ Reply to Thread
Results 1 to 2 of 2

Defined Names

  1. #1
    Registered User
    Join Date
    02-29-2016
    Location
    London
    MS-Off Ver
    2013
    Posts
    8

    Unhappy Defined Names

    Hi Guys,


    I have a dropdown menu from which i choose pay codes like ISPD, PEM, and DEG.
    I have defined these names with the appropriate values 77, 20 and 44 respectively.

    when i try to multiply the paycode (ISPD) with the number of hours (3)
    in the format below (so that the drop down list can be utilised)

    =Product (F7,G7)

    it returns 3 rather than 231

    Please help!


    Thanks

    Ben

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Defined Names

    Assuming that F7 is the drop-down, you can try it like this:

    =PRODUCT(INDIRECT(F7),G7)

    or just:

    =INDIRECT(F7) * G7

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Error Message on Cell References, Range Names, Defined Names, etc.
    By BLS99covert in forum Excel General
    Replies: 2
    Last Post: 12-29-2014, 05:37 PM
  2. Replies: 1
    Last Post: 05-14-2012, 10:14 AM
  3. Defined Names
    By strangerhere in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-24-2012, 08:55 AM
  4. Regarding Defined names
    By Chandana_Gadugu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-03-2009, 07:47 AM
  5. Defined Names
    By MGT2000 in forum Excel General
    Replies: 2
    Last Post: 12-11-2008, 10:41 AM
  6. [SOLVED] Defined names
    By DREED in forum Excel General
    Replies: 3
    Last Post: 03-10-2006, 11:00 AM
  7. Defined Names
    By rickv in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-06-2005, 08:39 AM

Tags for this Thread

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