• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel gurus, I need your help

Homerboy

Lifer
I have a rather large excel sheet (56,00o rows x 12 columns)
I want to extract just the rows (12 columns wide) that contain certain keywords/phrases.

I want t search for "Work" and only have those rows where "work" appears to remain.

Is something like this possible?
 
You could do this with a vbscript. Not the most efficient way, but you can do it.

I would recommend converting it to a database for much easier user in the future.
 
Are you saying that you want to seach every row for ANY occurrance of "work", or you have a specific column where the cell value may be "work"?
 
Back
Top