angelocyrl
New Member
- Joined
- Feb 28, 2010
- Messages
- 21
Hi!
I have two values in two different cells. For example A1 = 200 and B1 = 512. Now the question is
The condition is value of B1 is >= A1 (if condition is false display '0' in the cell)
If condition is true subtract B1-A1 (512 - 200).
After subtracting I get 312 then I want to find out percentage value (8% of 312) and displayed in a cell.
Thank you in advance.
I have two values in two different cells. For example A1 = 200 and B1 = 512. Now the question is
The condition is value of B1 is >= A1 (if condition is false display '0' in the cell)
If condition is true subtract B1-A1 (512 - 200).
After subtracting I get 312 then I want to find out percentage value (8% of 312) and displayed in a cell.
Thank you in advance.