C
carl
I need to see if I can produce this field for each record in my database:
If PriceC is equal to zero, take PriceD
But if PriceC is not equal to zero but is less than .15 take PriceC
But if PriceB is not equal to zero and PriceC is not equal to zero, take the
median of PriceB and PriceC. Rounddown this calculation to the nearest tenth.
Finally, if none of these conditions can be satisfied, record a zero.
Thank you in advance.
If PriceC is equal to zero, take PriceD
But if PriceC is not equal to zero but is less than .15 take PriceC
But if PriceB is not equal to zero and PriceC is not equal to zero, take the
median of PriceB and PriceC. Rounddown this calculation to the nearest tenth.
Finally, if none of these conditions can be satisfied, record a zero.
Thank you in advance.