|
Re: EXCEL Auto fill
Hi Dana,
Using a lookup table is often the best approach but, provided there's no more than 8 possible outcomes, you can also do it with a set of up to 7 nested IF tests in G18:
=IF(G16=3,"AMEX",IF(G16=4,"VISA",IF(G16=5,"MASTERCARD","N/A")))
__________________
Cheers
macropod
(MS MVP -Word)
|