Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Could someone please help me modify the code below so that it does the following: In my Excel workbook I have a worksheet named: Lookup In cell B13 there is a drop-down list. The drop-down list was created by using Data Validation. The Data Validation criteria is: Allow = List & Source =SCA The code I am referring to is this code: SCA =Offset('SA Register'!$D$3,0,0,COUNTS,('SA Register'!$D$3:$D$65536),1) This formula selects column D on the worksheet named SA Register. It selects from cell D3 to the last cell in column D with data in it. There are no blank cells in column D. Unfortunately, it selects all data in column D. I need it to select only unique items listed in column D. Any help is greatly appreciated, Kind regards, Chris. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
tagging unique items in a list | Excel Worksheet Functions | |||
Function to count unique items in list | Excel Worksheet Functions | |||
VBA to get List of Unique Items from column | Excel Programming | |||
VBA to get List of Unique Items from column | Excel Programming | |||
VBA to get List of Unique Items from column | Excel Programming |