Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi! I need to type two formula into one cell; such as to displsy in that cell
a percantage of a value of another cell and the result should round up to 2 decimals. How the new formula should to be typed? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Something like this: =ROUNDUP(A1,4) and format as Percentage with 2 decimals ? NB! Probably, the ROUNDUP() needs Analysis Toolpack Ad-In to be installed. -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "Aiman Arafat" <Aiman wrote in message ... Hi! I need to type two formula into one cell; such as to displsy in that cell a percantage of a value of another cell and the result should round up to 2 decimals. How the new formula should to be typed? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe this.......
=A1+B1&" = "&TEXT((A1+B1)/C1,"0.00%") Vaya con Dios, Chuck, CABGx3 "Arvi Laanemets" wrote: Hi Something like this: =ROUNDUP(A1,4) and format as Percentage with 2 decimals ? NB! Probably, the ROUNDUP() needs Analysis Toolpack Ad-In to be installed. -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "Aiman Arafat" <Aiman wrote in message ... Hi! I need to type two formula into one cell; such as to displsy in that cell a percantage of a value of another cell and the result should round up to 2 decimals. How the new formula should to be typed? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
How do I set a cell value based on a formula in another cell? | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel |