Percentage between two values
From: George Inacio (jginacio_at_hotmail.com)
Date: 10/28/04
- Next message: SpongeDominic: "RE: IDE debug stops slow"
- Previous message: Veign: "Re: Schema.ini/Recordsetand reading Textfile with file Name containing multiple periods"
- Next in thread: Jonathan Wood: "Re: Percentage between two values"
- Reply: Jonathan Wood: "Re: Percentage between two values"
- Reply: Hal Rosser: "Re: Percentage between two values"
- Reply: Randy Birch: "Re: Percentage between two values"
- Reply: George Inacio: "Re: Percentage between two values"
- Reply: Charlie: "RE: Percentage between two values"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 03:52:26 +0200
Hello Everyone.
I need to find the Profit percentage using the Cost and Sale.
I use this formula to find the percentage;
Cost = 100
Sale = 110
ProfitPercent = (Sale * 100 / Cost) - 100
Works fine but if the Cost = 0 and Sale= 110 I get in troubles.
I have no idea how to calculate a percentage from Cost=0 with a Sale= 110.
Can you help me please?
Thanks in advance!
Regards,
George
- Next message: SpongeDominic: "RE: IDE debug stops slow"
- Previous message: Veign: "Re: Schema.ini/Recordsetand reading Textfile with file Name containing multiple periods"
- Next in thread: Jonathan Wood: "Re: Percentage between two values"
- Reply: Jonathan Wood: "Re: Percentage between two values"
- Reply: Hal Rosser: "Re: Percentage between two values"
- Reply: Randy Birch: "Re: Percentage between two values"
- Reply: George Inacio: "Re: Percentage between two values"
- Reply: Charlie: "RE: Percentage between two values"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|