Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi all,
I m using this function =ROUND(C9*$C$8+D9*$D$8+E9*$E$8,0)/100 but it is returning sum 53604.62 I want its result should be 53605.00 How? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=ROUND((C9*$C$8+D9*$D$8+E9*$E$8)/100,0)
maybe -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Rao Ratan Singh" wrote in message ... Hi all, I m using this function =ROUND(C9*$C$8+D9*$D$8+E9*$E$8,0)/100 but it is returning sum 53604.62 I want its result should be 53605.00 How? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=ROUND((C9*$C$8+D9*$D$8+E9*$E$8)/100,0)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Rao Ratan Singh" wrote in message ... Hi all, I m using this function =ROUND(C9*$C$8+D9*$D$8+E9*$E$8,0)/100 but it is returning sum 53604.62 I want its result should be 53605.00 How? |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank u bob and peo. It's working.
Rao Ratan Singh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table for reporting sales performance | Excel Discussion (Misc queries) | |||
matching the column b(sku)c(count)with A | Excel Worksheet Functions | |||
Percent of total in Pivot tables | Excel Worksheet Functions | |||
Round to Thousands and x-foot the sum of the total | Excel Discussion (Misc queries) | |||
Subtotal of Subtotal displays Grand Total in wrong row | Excel Worksheet Functions |