Hi Guys,
Appreciate if somebody can help me correct below formula:
=IFERROR(IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,1,FALSE)CL650,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,2,FALSE)G5000,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,3,FALSE)G6000,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,4,FALSE)G7000,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,5,FALSE)Airbus),"Others")
What I'm trying to do is:
In a cell in column X (X770670), I will input the above formula. It will use the input in cell G770670 as basis to identify what type/model of aircraft was in that cell.
But will have to use VLOOKUP as the reference for all aircraft numbers and to what model they belong is in sheet/tab Under the name of "Aircraft".
Basically the table contains as follows:
Column A - all aircraft numbers under CL650 model
Column B - all aircraft numbers under G5000 model
Column C - all aircraft numbers under G6000 model
Column D - all aircraft numbers under G6000 model
Column E - all aircraft numbers under G7000 model
If the formula was able to find the aircraft numbers on each column specified, it will display the aircraft model (CL650 or G5000 or G6000 or G7000 or Airbus) in cell X770670. Or else if it can not find the specific model for an aircraft number, it will show "Others".
It's been 2 days now that I am working on this and checking online but I ca not seem to get the proper formula.
Would appreciate any assistance.
Appreciate if somebody can help me correct below formula:
=IFERROR(IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,1,FALSE)CL650,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,2,FALSE)G5000,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,3,FALSE)G6000,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,4,FALSE)G7000,IF(VLOOKUP(G770670,Aircrafts!$A$2:$E$1000,5,FALSE)Airbus),"Others")
What I'm trying to do is:
In a cell in column X (X770670), I will input the above formula. It will use the input in cell G770670 as basis to identify what type/model of aircraft was in that cell.
But will have to use VLOOKUP as the reference for all aircraft numbers and to what model they belong is in sheet/tab Under the name of "Aircraft".
Basically the table contains as follows:
Column A - all aircraft numbers under CL650 model
Column B - all aircraft numbers under G5000 model
Column C - all aircraft numbers under G6000 model
Column D - all aircraft numbers under G6000 model
Column E - all aircraft numbers under G7000 model
If the formula was able to find the aircraft numbers on each column specified, it will display the aircraft model (CL650 or G5000 or G6000 or G7000 or Airbus) in cell X770670. Or else if it can not find the specific model for an aircraft number, it will show "Others".
It's been 2 days now that I am working on this and checking online but I ca not seem to get the proper formula.
Would appreciate any assistance.