Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
consider this, column A has hourly rates, columns D thru
O are for the months of the year. I want to input for each item, the number of hours used when entering the data in the cells (for each month), but I want the cell value to show the total $ value (ie, hours times the hourly rate from column A) For example if the hourly rate for A1 is $2517 and the hours to input for D1 is 10. I want to enter 10 as the data entry but I want the cell D1 to show 25,170 as the value. |
#2
![]() |
|||
|
|||
![]()
Hi
this would only be possib le using VBA (using the worksheet_change event procedure). In your case I would consider using two cells. One for the entry and the other one for the calculated result. No way to achieve your requirements with formula alone with only one cell -- Regards Frank Kabel Frankfurt, Germany tom donino wrote: consider this, column A has hourly rates, columns D thru O are for the months of the year. I want to input for each item, the number of hours used when entering the data in the cells (for each month), but I want the cell value to show the total $ value (ie, hours times the hourly rate from column A) For example if the hourly rate for A1 is $2517 and the hours to input for D1 is 10. I want to enter 10 as the data entry but I want the cell D1 to show 25,170 as the value. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
Defining a number in a cell by text then subtracting it by the tex | Excel Worksheet Functions | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |