mattyblueice
Board Regular
- Joined
- Jul 24, 2014
- Messages
- 79
- Office Version
- 365
- Platform
- MacOS
I am trying to put together a variance calcuation with two conditions - one to eliminate the #DIV/0! error and the second condition to eliminate large variances over 1,000% or under (1,000%).
My formula is:
IF(ISERROR(B6-C6)/C6,0,IF(OR(B6-C6)/C6>1000,(B6-C6)/C6<1000,"**",(B6-C6)/C6)
I can't get acceptance on the formula and not sure what is missing. Can anyone help please?
Thanks!
Matt
My formula is:
IF(ISERROR(B6-C6)/C6,0,IF(OR(B6-C6)/C6>1000,(B6-C6)/C6<1000,"**",(B6-C6)/C6)
I can't get acceptance on the formula and not sure what is missing. Can anyone help please?
Thanks!
Matt