0

I'm trying to apply these Getting unique values in Excel by using formulas only

to my table, but as a result i get only 0's

enter image description here

Can anyone help?

Thanks!

Community
  • 1
  • 1
StackJP
  • 541
  • 1
  • 5
  • 14

1 Answers1

0

This should work:

  1. Place =G1 in L1
  2. Place {=INDEX($G$1:$G$999,MATCH(0,INDEX(COUNTIF($H$1:H1,$G$1:$G$999),0,0),0))} in L2 and copy it down.
tuomastik
  • 4,559
  • 5
  • 36
  • 48
g77V76
  • 5
  • 1