daniels012
Well-known Member
- Joined
- Jan 13, 2005
- Messages
- 5,219
Here is my formula:
I need to do this formula only if X2:X6 all have a different value. Is there a formula I can use to determine this?
Like if there are values:
X2=1
X3=1
X4=3
X5=4
X6=5
Then the formula would leave the cell blank.
If the value is:
X2=1
X3=2
X4=3
X5=4
X6=5
Then the formula would give the result of the Vlookup formula.
Thank You,
Michael
Code:
=vlookup(1,X2:Z6,3,False)
I need to do this formula only if X2:X6 all have a different value. Is there a formula I can use to determine this?
Like if there are values:
X2=1
X3=1
X4=3
X5=4
X6=5
Then the formula would leave the cell blank.
If the value is:
X2=1
X3=2
X4=3
X5=4
X6=5
Then the formula would give the result of the Vlookup formula.
Thank You,
Michael