JamesBowdidge
New Member
- Joined
- Nov 8, 2018
- Messages
- 46
Hi I have a list of numbers that sometimes repeat. I need to omit any value that already exists in the list from the cell above..
IE first number is column A second number is column B and where the formula is..
10 = 10
11 = 11
11 = ""
12 = 12
13 = 13
14 = 14
14 = ""
14 = ""
15 = 15
Im trying (and failing) to achieve this with the following formula..
=IF(LEFT(a2,19)=$I$1:I2,"",LEFT(a2,19))
I know the problem is with the =$I$1:I9 but I cant work out how to achieve the result I am looking for.. probably an array..
any ideas
IE first number is column A second number is column B and where the formula is..
10 = 10
11 = 11
11 = ""
12 = 12
13 = 13
14 = 14
14 = ""
14 = ""
15 = 15
Im trying (and failing) to achieve this with the following formula..
=IF(LEFT(a2,19)=$I$1:I2,"",LEFT(a2,19))
I know the problem is with the =$I$1:I9 but I cant work out how to achieve the result I am looking for.. probably an array..
any ideas