+ Reply to Thread
Results 1 to 2 of 2

Question about PRODUCT function and dollar sign

  1. #1
    Registered User
    Join Date
    11-27-2013
    Location
    Germany
    MS-Off Ver
    Excel 2010
    Posts
    7

    Question about PRODUCT function and dollar sign

    Hey,

    I have a table with different employees, each one receives a different amount of money per hour. Row A is formed by employees names, row 2 has the salary they get below the name. On column B I will enter the number of hours worked. How can I do that automatically?

    Example:
    Column C = Employee Jack; C2 = $15
    Column D = Employee Jane; D2 = $16
    Row 3 = Hours worked in March; B3 = 15
    Row 4 = Hours worked in April; B4 = 17


    C3 = PRODUCT(C2,B3) = 15*15 = 225; D3 =PRODUCT(D2,B3) = 16*15 = 240; C4 =PRODUCT(C2,B4) = 15*17 = 255

    I cannot use the dollar sign to fix a column but so far no luck, could you experts please assist me? Thank you!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Question about PRODUCT function and dollar sign

    hi katzelmacher. you could use:
    =PRODUCT(C$2,$B3)

    or just:
    =C$2*$B3

    do mark the thread as Solved if that answers your question

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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. Showing withOUT a dollar sign
    By PressureDrop in forum Excel General
    Replies: 4
    Last Post: 11-12-2008, 10:30 AM
  2. [SOLVED] Dollar Sign
    By merleinkal in forum Excel General
    Replies: 1
    Last Post: 02-06-2006, 01:30 AM
  3. XL invoice replace the dollar sign with euro sign
    By Pamela casares in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-16-2005, 04:25 PM
  4. Dollar sign
    By Ralphael1 in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 10-07-2005, 07:05 PM
  5. [SOLVED] dollar sign
    By Jules in forum Excel General
    Replies: 3
    Last Post: 06-14-2005, 06:05 AM

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