Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i am trying to format the result of a concatenate equation so that it may
have 2 decimal places. There is no trouble with the function itself just formatting. the equation is: =CONCATENATE(IF(AND(AW$7=$E12,AW$7<=$H12),(($D12* $I12)/$J12/40),""),IF....(goes on for 12 more times with different criteria and references) Where AW7,E12,and H12 are dates (dd/mm/yy) D12 and J12 are numbers (no formating) I12 is a percent (no decmials) thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try substituting
TEXT(($D12*$I12)/$J12/40,"##.00") for ($D12*$I12)/$J12/40 within the body of your formula "Dave" wrote: i am trying to format the result of a concatenate equation so that it may have 2 decimal places. There is no trouble with the function itself just formatting. the equation is: =CONCATENATE(IF(AND(AW$7=$E12,AW$7<=$H12),(($D12* $I12)/$J12/40),""),IF....(goes on for 12 more times with different criteria and references) Where AW7,E12,and H12 are dates (dd/mm/yy) D12 and J12 are numbers (no formating) I12 is a percent (no decmials) thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if you want two decimal places you might try
....text(40*($D12*$I12)/$J12,".00")...to replace ), (($D12*$I12)/$J12/40) "Dave" wrote: i am trying to format the result of a concatenate equation so that it may have 2 decimal places. There is no trouble with the function itself just formatting. the equation is: =CONCATENATE(IF(AND(AW$7=$E12,AW$7<=$H12),(($D12* $I12)/$J12/40),""),IF....(goes on for 12 more times with different criteria and references) Where AW7,E12,and H12 are dates (dd/mm/yy) D12 and J12 are numbers (no formating) I12 is a percent (no decmials) thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No need to start a new thread... See one answer at your previous thread.
In article , Dave wrote: i am trying to format the result of a concatenate equation so that it may have 2 decimal places. There is no trouble with the function itself just formatting. the equation is: =CONCATENATE(IF(AND(AW$7=$E12,AW$7<=$H12),(($D12* $I12)/$J12/40),""),IF....(go es on for 12 more times with different criteria and references) Where AW7,E12,and H12 are dates (dd/mm/yy) D12 and J12 are numbers (no formating) I12 is a percent (no decmials) thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Preserve format, right tab using concatenate | Excel Worksheet Functions | |||
Concatenate format | Excel Worksheet Functions | |||
How do I format Concatenate function? | Excel Discussion (Misc queries) | |||
Vlookup, Concatenate, Format | Excel Discussion (Misc queries) | |||
concatenate and format | Excel Worksheet Functions |