Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi try
http://pmexcelent.dk/Staff.xls "lutra" skrev: Hello Forum, I create a daily list of staff acording to their shifts on work sheet AAA. We then manually insert the staff in their positions on sheet BBB. Both sheets are spread over a no. of cols. My question is what possibilities do we have to create a list on a sepereate sheet CCC which lists only those staff members which have not been assigned in sheet BBB. Is this at all possible. All and any help would be greatly appreaciated. regards, Lutra -- lutra ------------------------------------------------------------------------ lutra's Profile: http://www.excelforum.com/member.php...o&userid=31712 View this thread: http://www.excelforum.com/showthread...hreadid=546177 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
UPS CHANGE CELL A1 WIDTH THIS
=IF(COUNTIF(AAA!A1:$A$20;BBB!A1)=0;AAA!A1;"") AND COPY DOWN |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thank You for the reply However my difficulties are that the used values are over more than one colum in AAA and the same goes for those in BBB. I cannot simply use a list which of course would be the best choice. RGDS Lutra -- lutra ------------------------------------------------------------------------ lutra's Profile: http://www.excelforum.com/member.php...o&userid=31712 View this thread: http://www.excelforum.com/showthread...hreadid=546177 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Instead of using 3 separate sheets why not try the following: I assume you have a column on sheet AAA identifying each person's shift To the right of your data add a column titled "Position" Select cell A1 and click Data Filter Autofilter Filter first by Shift and then by Position and choose "(Blanks)" to identify unassigned names. -- CaptainQuattro ------------------------------------------------------------------------ CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763 View this thread: http://www.excelforum.com/showthread...hreadid=546177 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Indicate missing number in a sequence (Part II) | Excel Discussion (Misc queries) | |||
indicate a missing number in a sequence | Excel Discussion (Misc queries) | |||
INDIRECT.EXT problem with missing worksheets | Excel Worksheet Functions | |||
Inserting and Tracking Missing Sequence | Excel Discussion (Misc queries) | |||
Missing values in Excel Line Chart | Charts and Charting in Excel |