Excel 365 Pulling specific text to a main sheet.

chantel

New Member
Joined
Jun 23, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I'm looking for a formula to show specific text on an overview tab to track colleague "fails" when preforming audits.

I am working with multiple sheets. for example say i have an overview sheet, then sheets 1,2, and 3.

Sheet2 Cell 'K9' would have the colleagues ID number and cell 'L9' will say "Pass" or "Fail"

Is there a formula for me to bring the text from 'K9' to my Overview Sheet if 'L9' says "Fail"
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
yeah, but no data samle its just a bit of guessing game
use vlookup to find ur student, return the Fail/ pass column and compare it with ur "Fail"
engulf it all in if and in True argument of if put "Fail"

you might also consider putting trim and proper function on the retrieved column so the text will be matched perfectly since "fail" <>"fail " or"fail" <> "Fail" etc.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,731
Members
448,987
Latest member
marion_davis

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