G
Guest
I have a table that contains two costs: a standard cost and an unstandard cost
I would like to calculate the difference between the two costs so that if there is + or - 15% difference, a column will flag it with an "X". So something like if it is IIF variance between the two costs >=.15, "X", is null
I know I need to use the ABS function and IIF function, but I am unsure how to put it together
Any ideas
Thanks in advance
Matt
I would like to calculate the difference between the two costs so that if there is + or - 15% difference, a column will flag it with an "X". So something like if it is IIF variance between the two costs >=.15, "X", is null
I know I need to use the ABS function and IIF function, but I am unsure how to put it together
Any ideas
Thanks in advance
Matt