ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Simplify excel formula (https://www.excelbanter.com/excel-discussion-misc-queries/42271-simplify-excel-formula.html)

Eintsein_mc2

Simplify excel formula
 
I was wondering if there is a way to simplify this formula? Thanks
=IF(B21="A",VLOOKUP(A21,'Codes
All'!$A$4:$Q$170,4,FALSE),IF(B21="B",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,5,FALSE),IF(B21="C",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,6,FALSE),IF(B21="D",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,7,FALSE),IF(B21="T",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,8,FALSE),IF(B21="R",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,9,FALSE),""))))))


Domenic

Try...

=VLOOKUP(A21,'Codes
All'!$A$4:$Q$170,MATCH(B21,{"A","B","C","D","T","R "},0)+3,0)

Hope this helps!

In article . com,
"Eintsein_mc2" wrote:

I was wondering if there is a way to simplify this formula? Thanks
=IF(B21="A",VLOOKUP(A21,'Codes
All'!$A$4:$Q$170,4,FALSE),IF(B21="B",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,5,FALSE),IF(B21="C",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,6,FALSE),IF(B21="D",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,7,FALSE),IF(B21="T",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,8,FALSE),IF(B21="R",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,9,FALSE),""))))))



All times are GMT +1. The time now is 09:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com