G
Gary
Is it possible to use a similar command as the one below,
but to create more than 2 out comes.
=IIf(([Card Order Quantity]<51),"£1","£2")
I need to have about 5 out comes, depending on how many
cards are ordered.
(ie. 0-50 cards = £1 ... 51-100 Cards = £2 ... 101-500
Cards = £3 and so on.)
Reagrds - Gary
but to create more than 2 out comes.
=IIf(([Card Order Quantity]<51),"£1","£2")
I need to have about 5 out comes, depending on how many
cards are ordered.
(ie. 0-50 cards = £1 ... 51-100 Cards = £2 ... 101-500
Cards = £3 and so on.)
Reagrds - Gary