I have a funtion like: =IF(LEFT(A3,1)="A",1000,IF(LEFT(A3,1)="B",2000,IF(LEFT(A3,1)="C",3000,4000)))
In this formula, LEFT(A3,1) appear three times and excel will run LEFT funtion three times.
Can use like this?
=IF(LEFT(A3,1) AS X="A",1000, IF(X)="B",2000,IF(X)="C",3000,4000)))
Thanks. I speak english very bad.
In this formula, LEFT(A3,1) appear three times and excel will run LEFT funtion three times.
Can use like this?
=IF(LEFT(A3,1) AS X="A",1000, IF(X)="B",2000,IF(X)="C",3000,4000)))
Thanks. I speak english very bad.