Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a JSP that generates an Excel Worksheet dynamacly using.
<% response.setContentType("application/vnd.ms-excel"); % This worksheet contains cells containing Excel formulas the result of which are used by other formulas in other cells. I need to retain the full value for the other calculations but display the data in the cell as rounded to two places. Is there a way to do that? Sample fromulas: <td bgcolor=white valign=top align=center nowrap height=12 <font size=-2=IF(O<%=currentRow%=0,0,U<%=currentRow%*Q<%=cu rrentRow%/$D$11) </td <td bgcolor=white valign=top align=center nowrap height=12 <font size=-2=IF($Z$<%=lastRow%$Y$<%=lastRow%,((Z<%=curren tRow%*$O<%=currentRow%)/$M<%=currentRow%),($Y<%=currentRow%*$O<%=current Row%)/$M<%=currentRow%) </td |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to display minute format for a cell? | Excel Discussion (Misc queries) | |||
Custum Cell Format - display 0 (zero) when cell is empty | New Users to Excel | |||
Drop down menu display based on the value of different cell | Excel Discussion (Misc queries) | |||
Cell Editing (Fomatting) | Excel Discussion (Misc queries) | |||
Cell format, want 100 to display as 1.00 | Excel Discussion (Misc queries) |