A
anon
Hi There,
Using data
D1=QL-MUZAC-ZG
H12=15
I12=150
F13=IF(I12<H12,"New Licence is Cheaper","Old Licence is Cheaper")
I'm trying to create a formula using the IF statement, that will show
the value incell I12 where the text in D1 is equal to "QL-?????-Z?"
and if false will perform the following formula "IF(F13="Old Licence
is Cheaper", (I12-(H12*75%)),(I12-(I12*75%)))"
I have managed to get this working, when I match the text in D1
without using wildcards as below
"=IF(D12="QL-MUZAC-ZG",I12,IF(F13="Old Licence is Cheaper",
(I12-(H12*75%)),(I12-(I12*75%))))"
However this doesn't work when I use wildcards as below
=IF(D12="QL-?????-Z?",I12,IF(F13="Old Licence is Cheaper",
(I12-(H12*75%)),(I12-(I12*75%))))
Please help
Using data
D1=QL-MUZAC-ZG
H12=15
I12=150
F13=IF(I12<H12,"New Licence is Cheaper","Old Licence is Cheaper")
I'm trying to create a formula using the IF statement, that will show
the value incell I12 where the text in D1 is equal to "QL-?????-Z?"
and if false will perform the following formula "IF(F13="Old Licence
is Cheaper", (I12-(H12*75%)),(I12-(I12*75%)))"
I have managed to get this working, when I match the text in D1
without using wildcards as below
"=IF(D12="QL-MUZAC-ZG",I12,IF(F13="Old Licence is Cheaper",
(I12-(H12*75%)),(I12-(I12*75%))))"
However this doesn't work when I use wildcards as below
=IF(D12="QL-?????-Z?",I12,IF(F13="Old Licence is Cheaper",
(I12-(H12*75%)),(I12-(I12*75%))))
Please help