Forum

Notifications
Clear all

Check If All Non-Blank and Non-Zero Numbers in a Row are Equal or Not

5 Posts
2 Users
0 Reactions
76 Views
(@amisandip)
Posts: 15
Eminent Member
Topic starter
 

I am looking for a result like as mentioned below. What formula then I should write in the RESULT column?

Heading1 Heading2 Heading3 Heading4 RESULT
  4 3 4 FALSE
0 1 1 1 TRUE
5   5 4 FALSE
5 5 5 5 TRUE
7 7   7 TRUE
5 5 4 0 FALSE
5 0 5 5 TRUE
5 5     TRUE
 
Posted : 30/11/2017 2:30 am
(@shaowu459)
Posts: 44
Eminent Member
 

Hi,

Please try this one. If the count of the biggest number in range A2:D2 equals to the number of numbers greater than 0, the formula returns TRUE which means all non-zero number are the same with the biggest number.

Clark

 
Posted : 30/11/2017 2:40 am
(@amisandip)
Posts: 15
Eminent Member
Topic starter
 

clark shao said
Hi,

Please try this one. If the count of the biggest number in range A2:D2 equals to the number of numbers greater than 0, the formula returns TRUE which means all non-zero number are the same with the biggest number.

Clark  

Thank you Clark. It's so simple yet awesome! Don't know how to say 'thank', but will try to help others in this forum. 

 
Posted : 30/11/2017 3:17 am
(@shaowu459)
Posts: 44
Eminent Member
 

amisandip said

Thank you Clark. It's so simple yet awesome! Don't know how to say 'thank', but will try to help others in this forum.   

I'm very glad to be able to help :)

 
Posted : 30/11/2017 3:24 am
(@shaowu459)
Posts: 44
Eminent Member
 

There are more interesting functions for your reference 🙂

 
Posted : 01/12/2017 4:55 am
Share: