Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
goods received (A1) 35 Damaged goods (B1) 2 how do i get the percentage for
the goods received without damages in (C1) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
percent change expression: to/fm%-100
may need to figure out the order you want it in.. if need to subtract damaged items from 1 of the items. =(A1-B1)/C1%-100 "Zul" wrote: goods received (A1) 35 Damaged goods (B1) 2 how do i get the percentage for the goods received without damages in (C1) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In C1:
=(A1-B1)/A1 Format as % -- Kind regards, Niek Otten Microsoft MVP - Excel "Zul" wrote in message ... goods received (A1) 35 Damaged goods (B1) 2 how do i get the percentage for the goods received without damages in (C1) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
percentage | Excel Worksheet Functions | |||
using =sum() to get a percentage | Excel Worksheet Functions | |||
Calculating a percentage with the end percentage in mind | Excel Discussion (Misc queries) | |||
Bar Chart depicting the "percentage of another percentage(less than 100)" | Charts and Charting in Excel | |||
getting a percentage | Excel Worksheet Functions |