UNIQUE Function

Relevant answer

Erik Guzik 1 year ago

Not sure why you have the sort BY COLUMN when you only have one column. Just drop it or put 0 or False -- you should only have 1) ZERO as the unique should only return one blank row, so wrap the formula in ... =DROP(UNIQUE(SORT(VSTACK(F7:F200,A7:A200),1,1)),-1) This assumes you were sorting text and the 0 would be at the end.

0 Likes

Relevant answer

Trinhxuanduong 1 year ago
  • Hỗ Trợ Vay Vốn Ngân Hàng Kết Bạn Zalo: 0359.078.354 để được tư vấn làm thủ tục
  • Thủ tục vay tín chấp nhanh gọn giải ngân trong ngày
  • Khoản Vay: 20-500 triệu
  • Lãi Xuất Cực Kì Ưu Đãi (0,8%)
  • Kỳ Hạn Vay: 12 - 18 - 24 - 36 tháng.
  • Giải Ngân Nhanh Gọn Trong 2 Tiếng Nếu Đủ Điều Kiện
  • Không Thẩm Định + Không Cần Chứng Minh Thu Nhập + Vay qua ngân hàng toàn quốc làm Việc Cả T7 Và CN.
  • Thông tin bảo mật khách hàng - Uy Tín -Nhận Và Thanh Toán ATM Nhắn tin ZALO hoặc Call ngay để được tư vấn (2)
0 Likes

Relevant answer

Nicolas Lagrand 1 year ago

You want to use the UNIQUE formula.

Can’t say exactly what it needs to be, as I can’t see your rows, but probably something like =UNIQUE(F9:F10000)

The super large range, is just to avoid a situation where you end up adding date outside the range, in which case the formula would stop working right.

So if you know the number of entries isn’t ever going to get anywhere near that high, you could use a more reasonable range.

1 Like

Relevant answer

Will Taylor 1 year ago

hey Ishvar Naranji it is absolutely vague when you are saying its not valid, those formulas posted are absolutely 100% working one, and has been used time and again, tested several time, show how it is not working for you

1 Like

Relevant answer

Kayleigh Murray 1 year ago

A simple way would be to use the UNIQUE formula referencing the Google form input column to create a ‘cleaned’ list of unique words. E.g:

=UNIQUE(‘ Form Responses’!A:A), then do a COUNTIF formula using the newly formed list.

2 Likes

Relevant answer

Jose Lopez 1 year ago

I take my hat off to all of you…you’re excel experts and I’m glad I joined this group!

1 Like

Relevant answer

Mayukh Bhattacharya 1 year ago

Joshua Blaine updated the Excel Formula as well. 😊 Please refer the screenshot, the earlier formula may result FALSE Positives for that i have shown an example above. Thank you. However in this case Power Query is much better as since we are simply doing a grouping and taking the max value of each in a group.

0 Likes

Hot network questions