Look for correct line in other worksheets and return fail if any of them contain it

nssbob

New Member
Joined
Sep 22, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
hello

i am stumbling with this issue: i have sheet like this, on the device tabs i am filling Fails and Passes and i need a formula for the main tab that will check the other sheets and return fail if any of them contain fail or pass if all are passes (or not present) for each language into main sheet, not all the issues from the main sheet appear on all the device sheets.

is there a way to do this please?

1695417287702.png
1695417294229.png
1695417492573.png
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
You can probably do this effectively with POWER QUERY.
Here is a good video on what Power Query can do.
 
Upvote 0
that completly messed up with my head, i guess i am too stupid xD but i did managed to figure out a solution in the end if anyone will ever face similar problem i managed to sort it out in following way
1695467468272.png



=IF(OR(IFERROR(VLOOKUP(B3,device1!$B$3:$E$10,2,FALSE), "pass")="fail", IFERROR(VLOOKUP(B3,device2!$B$3:$E$10,2,FALSE), "pass")="fail", IFERROR(VLOOKUP(B3,device3!$B$3:$E$10,2,FALSE), "pass")="fail", IFERROR(VLOOKUP(B3,device4!$B$3:$E$9,2,FALSE), "pass")="fail"), "Fail", "Pass")
 
Upvote 0

Forum statistics

Threads
1,215,148
Messages
6,123,301
Members
449,095
Latest member
Chestertim

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top