Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Being:
x= value in one cell y= value in another cell It seams that my calculator gives me one result and excel another. My formula in excel must be wrong. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
basicly it would be... =(B4*C4)/12 where b4 is the first value and c4 is the % value. what numbers are you working with and what results were you expecting? regards FSt1 "zvroom" wrote: Being: x= value in one cell y= value in another cell It seams that my calculator gives me one result and excel another. My formula in excel must be wrong. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel has a quirk in using the % as a multiplier. You should use the decimal
equivalent to get the right answers. I forget where I read it, but somewhere in either the Excel or the VBA help file, it warns the users about certain calculations using a percentage as opposed to the decimal equivalent. "zvroom" wrote: Being: x= value in one cell y= value in another cell It seams that my calculator gives me one result and excel another. My formula in excel must be wrong. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel macro/funcion insert row if | Excel Discussion (Misc queries) | |||
If funcion on big formula | Excel Worksheet Functions | |||
Integrated calculator in excel 07 instead of separate calculator | Excel Programming | |||
Help Need Formula for Calculator | Excel Worksheet Functions | |||
Can I use a User-Defined Funcion in a Conditional Format formula? | Excel Programming |