Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I would suggest a macro linked to the worksheet_change event. For N = 1 to NumberofColumns For M = 1 to NumberOFRows If Cells(M,N) <"Lunch" and Cells(M,N) <"Dinner" then Sheets(2).cells(65536,1).end(xlup).offset(1,0) = Cells(M,N) End If Next M Next N Define NumberofColumns and NumberOFRows as appropriate. Hope this helps. -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=550228 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Change List Based on Value Chosen in Another List | Excel Worksheet Functions | |||
Selecting items from a list. To transfer to another worksheet? | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
How do i transfer certain lines from one list to another | Excel Worksheet Functions | |||
Refresh a Validation List? | Excel Discussion (Misc queries) |