first, thanks in advance for any help. I searched through as many threads to see if this was already answered, but no luck.
I've got a list of values that changes regularly based on various user inputs (the range that the values appear in, however, is fixed). I need a formula that will then pull out unique values one by one. There may be a varying number of unique values depending on user inputs.
A quick example:
Column A has (one value in each row):
1
1
2
4
4
1
2
What I would like to show up in column B is (again, one value in each row):
1
2
4
The result doesn't necessarily have to appear ranked or ordered as I have it, just a listing of the unique values from the other list. I know this is relatively easy using VBA, but I need to do it with a formula as it will need to work on a variety of other machines and everybody here freaks out when anything having to do with macro security settings is involved.
Any ideas?
This is probably embarassingly simple. That will just mean that my brain is embarassingly slow today.
I've got a list of values that changes regularly based on various user inputs (the range that the values appear in, however, is fixed). I need a formula that will then pull out unique values one by one. There may be a varying number of unique values depending on user inputs.
A quick example:
Column A has (one value in each row):
1
1
2
4
4
1
2
What I would like to show up in column B is (again, one value in each row):
1
2
4
The result doesn't necessarily have to appear ranked or ordered as I have it, just a listing of the unique values from the other list. I know this is relatively easy using VBA, but I need to do it with a formula as it will need to work on a variety of other machines and everybody here freaks out when anything having to do with macro security settings is involved.
Any ideas?
This is probably embarassingly simple. That will just mean that my brain is embarassingly slow today.