artemisa34
New Member
- Joined
- Jun 28, 2018
- Messages
- 7
Hi all,
I am trying to search a number along four sheets. The formula I am using is this one:
=IF(VLOOKUP(M2;'ETL SMS'!N:N;1;FALSE)=Casos!M2;Casos!M2;VLOOKUP(Casos!M2;'ETL UMS'!N:N;1;FALSE)=Casos!M2;VLOOKUP(M2;'ETL FXS'!N:N;1;FALSE)=Casos!M2;VLOOKUP(M2;'ETL OIS'!O:O;1;0))
Where 'Casos' is the sheet containing the number I have to match, and "ETL SMS", "ETL UMS", "ETLS FXS" and "ETL OIS" the sheets where this number can be found.
Am I using the wrong formula (which is my guess) or is there any error on it that I have missed?
Thanks a lot for the help
I am trying to search a number along four sheets. The formula I am using is this one:
=IF(VLOOKUP(M2;'ETL SMS'!N:N;1;FALSE)=Casos!M2;Casos!M2;VLOOKUP(Casos!M2;'ETL UMS'!N:N;1;FALSE)=Casos!M2;VLOOKUP(M2;'ETL FXS'!N:N;1;FALSE)=Casos!M2;VLOOKUP(M2;'ETL OIS'!O:O;1;0))
Where 'Casos' is the sheet containing the number I have to match, and "ETL SMS", "ETL UMS", "ETLS FXS" and "ETL OIS" the sheets where this number can be found.
Am I using the wrong formula (which is my guess) or is there any error on it that I have missed?
Thanks a lot for the help