Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
cells at a
2.5 = f3 / 0.89 = H3.. #value! should be: 0.36 =IF((F3/H3)0.99,TEXT(F3/H3,"$0.00"),TEXT(F3/H3,"0.00¢")) On another line with same formula: this works 8.3 $1.39 0.17¢ The only thing I can tell is that the second column is not less then $1.00 Please help me with this... thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible that you have something else in F3 or H3 besides numeric
values? Also, if the ratio is < 0.99, do you really want to have it listed as 0.00 CENTS? Your result will be 2 orders of magnitude smaller than what it is. "atb" wrote: cells at a 2.5 = f3 / 0.89 = H3.. #value! should be: 0.36 =IF((F3/H3)0.99,TEXT(F3/H3,"$0.00"),TEXT(F3/H3,"0.00¢")) On another line with same formula: this works 8.3 $1.39 0.17¢ The only thing I can tell is that the second column is not less then $1.00 Please help me with this... thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Why not just use a custom format (Right Click - Format Cell - Number -
Custom) for the cell something like this... [0.99] $0.00; 0.00¢ Now just use the formula F3/H3 in the cell and it will format the way you intend... The only difference being that your formula is returning text and not a number but I should think you want the value to be a number anyways. -- HTH... Jim Thomlinson "atb" wrote: cells at a 2.5 = f3 / 0.89 = H3.. #value! should be: 0.36 =IF((F3/H3)0.99,TEXT(F3/H3,"$0.00"),TEXT(F3/H3,"0.00¢")) On another line with same formula: this works 8.3 $1.39 0.17¢ The only thing I can tell is that the second column is not less then $1.00 Please help me with this... thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "atb" wrote: cells at a 2.5 = f3 / 0.89 = H3.. #value! should be: 0.36 =IF((F3/H3)0.99,TEXT(F3/H3,"$0.00"),TEXT(F3/H3,"0.00¢")) On another line with same formula: this works 8.3 $1.39 0.17¢ The only thing I can tell is that the second column is not less then $1.00 Please help me with this... thank you. ******* Figured it out, the problem is: I was using the Text converted version to do my calculations instead of the intger version of it. dividing f3 as text ... Doh |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Jim Thomlinson" wrote: Why not just use a custom format (Right Click - Format Cell - Number - Custom) for the cell something like this... [0.99] $0.00; 0.00¢ Now just use the formula F3/H3 in the cell and it will format the way you intend... The only difference being that your formula is returning text and not a number but I should think you want the value to be a number anyways. -- HTH... Jim Thomlinson Jim, that's cause I'm not smart enough to figure that out yet..:) However, its cleaner, and I do want the Dollar symbols to be added as text because its not imported into a package I have to do labels... "atb" wrote: cells at a 2.5 = f3 / 0.89 = H3.. #value! should be: 0.36 =IF((F3/H3)0.99,TEXT(F3/H3,"$0.00"),TEXT(F3/H3,"0.00¢")) On another line with same formula: this works 8.3 $1.39 0.17¢ The only thing I can tell is that the second column is not less then $1.00 Please help me with this... thank you. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I assume that you've got the F3 & H3 back to front in your question? If
you're expecting F3/H3 to be 0.36, then the 0.89 must be in F3 and the 2.5 in H3. With those numbers, your formula gives 0.36¢. If you're getting #VALUE as an answer, then I assume that one or both of the numbers isn't actually a number, but text. Change it to a number. -- David Biddulph "atb" wrote in message ... cells at a 2.5 = f3 / 0.89 = H3.. #value! should be: 0.36 =IF((F3/H3)0.99,TEXT(F3/H3,"$0.00"),TEXT(F3/H3,"0.00¢")) On another line with same formula: this works 8.3 $1.39 0.17¢ The only thing I can tell is that the second column is not less then $1.00 Please help me with this... thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates and Recomended Graphing Programs to work with excel? | Charts and Charting in Excel | |||
A search for $ in a formula use to work now it does not work | Excel Discussion (Misc queries) | |||
Moving a sheet from one work book to another? | Excel Worksheet Functions | |||
My links no longer work . . . | Excel Discussion (Misc queries) | |||
How to get saved old saved work that was saved over? | Excel Discussion (Misc queries) |