ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel function question (https://www.excelbanter.com/excel-worksheet-functions/15712-excel-function-question.html)

jj

Excel function question
 
I need to create an exception report where I can flag 5% exceptions with a *
sign.
Example:
B and C are columns with dollar amounts
b1 $100
C1 $300
I need D1 to show a * since c1 deviates more than 5% from b1.
How do I do that?
--
jj

bj

Try in D1
=if(abs(c1-b1)/b10.05,"*","")

"jj" wrote:

I need to create an exception report where I can flag 5% exceptions with a *
sign.
Example:
B and C are columns with dollar amounts
b1 $100
C1 $300
I need D1 to show a * since c1 deviates more than 5% from b1.
How do I do that?
--
jj


jj

Thanks bj!!!!

"bj" wrote:

Try in D1
=if(abs(c1-b1)/b10.05,"*","")

"jj" wrote:

I need to create an exception report where I can flag 5% exceptions with a *
sign.
Example:
B and C are columns with dollar amounts
b1 $100
C1 $300
I need D1 to show a * since c1 deviates more than 5% from b1.
How do I do that?
--
jj



All times are GMT +1. The time now is 09:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com