Need Amount column to display the figure with amount for eg.
4,567.750 to show as 4,567/750 instead of decimal needed
slash to separate the smaller unit.
I have attached the present form which is to be converted
for ready reference.
Code at present written as
="**" & Format([Amount],"#,##0.000" ) & "**"
4,567.750 to show as 4,567/750 instead of decimal needed
slash to separate the smaller unit.
I have attached the present form which is to be converted
for ready reference.
Code at present written as
="**" & Format([Amount],"#,##0.000" ) & "**"
Comment