S
Steve L.
Hi all,
I'm working on a spreadsheet and I need to show how much of a certian
percent is left in a dynamic cell.
Say I have $1000 that is the total bid price of a job and $670 is the
current raw cost of the job. OK I can figure out what percentage $670 is of
$1000 (67% duh). What we want to show is the margain, in other words the
difference between the 67% and 100%. I can make it work by subtracting 100%
but I get a negative number. Do you guys know what I'm talking about?
=IF(C14=0,0,D14/C14)-100%
I'm working on a spreadsheet and I need to show how much of a certian
percent is left in a dynamic cell.
Say I have $1000 that is the total bid price of a job and $670 is the
current raw cost of the job. OK I can figure out what percentage $670 is of
$1000 (67% duh). What we want to show is the margain, in other words the
difference between the 67% and 100%. I can make it work by subtracting 100%
but I get a negative number. Do you guys know what I'm talking about?
=IF(C14=0,0,D14/C14)-100%