quickest way I know without using VBA would be to do the following with a set of figures in column A:
1. sort them (so the duplicates are next to each other)
2. use some formula in a spare column such as
=if(a2=a1,"*",0)in row 2
=if(a3=a2,"*",0)in row 3 and copy down to...
thinking about a simple solution, you could open the spreadsheet in the VB macro and then close it once you have picked the information you are refering to. Eg.
Workbooks.Open Filename:="C:\Johny\test.xls
Sheets("Sheet1").Select
Range("D1").Select
and then do what...
Hi there,
I have a set of 100 unique items, which I need to allocate randomly between 10 'names'. Each of the 10 names should be allocated an even number ie. 10.
Is there a fairly simple bit of code that can do this?
Any help would be appreciated.
Thanks in advance
AshB
I have protected a number of cells within an excel worksheet, so that other users cannot alter the formula. I think there is a way to restrict them actually seeing the formula in these protected cells, but I can't work out how.
Any help would be appreciated.
Ashb
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.