I have a set of 6 numbers:
500
400
300
200
180
150
If a cell equals any of the above numbers I want the cell value to be multipled by .56 if else, multiply the cell value by .185
I am having issues with the embedded is statement. Should I add another column and try using a lookup (using a table or matrix):
A B
500 Default
400 Default
300 Default
200 Default
180 Default
150 Default
Thus anything not returning "Default" in the lookup column could be multi[lied by .185?
Ideas thoughts?
500
400
300
200
180
150
If a cell equals any of the above numbers I want the cell value to be multipled by .56 if else, multiply the cell value by .185
I am having issues with the embedded is statement. Should I add another column and try using a lookup (using a table or matrix):
A B
500 Default
400 Default
300 Default
200 Default
180 Default
150 Default
Thus anything not returning "Default" in the lookup column could be multi[lied by .185?
Ideas thoughts?