简体   繁体   中英

Getting unique values from excel table

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

在此处输入图片说明

Can anyone help?

Thanks!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM