Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Typo alert...
Use this instead. =isnumber(match(j2,tusers,0)) Dave Peterson wrote: if tusers is a single column or single row, you could add a helper column: =ismatch(j2,tusers,0) and copy down this helper column It'll return True or false. Then you could apply data|Filter|autofilter (xl2003 menus) to show just the rows you want to delete. Then delete those visible rows. You may want to keep the rows, but just hide them with the autofilter???? Rambo wrote: Hello, I have a worksheet 'SBL' with some data. Headers in first row i.e. from A1 to K1. In columnJ sarting from J2, I have some user names. I have a defined name TUsers for all the user names in worksheet Temp. I want to remove all other rows in worksheet 'SBL', leaving behind rows of TUsers only. Any bright ideas? -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the Excel generic worksheet names instead of user-given names in code | Excel Discussion (Misc queries) | |||
MAKE A LIST OF NAMES FROM REPEATED NAMES IN THE SAME WORKSHEET | Excel Discussion (Misc queries) | |||
Update worksheet - Based on user IDs list | Excel Programming | |||
how to copy workbook names and worksheet names to columns in acces | Excel Programming | |||
return all worksheet tab names and chart sheet tab names in report - an example | Excel Programming |