web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Counting Choice Field ...
Power Apps
Answered

Counting Choice Field Dropdowns If Values Are Present

(0) ShareShare
ReportReport
Posted on by 237

I have 5 dropdown boxes in my PowerApp which are connected to a choice column in my SharePoint List. Within SharePoint the options that can be selected are: 0,1,2,3,4, N/A.

 

Is there a way within the PowerApp I can easily count how many of these boxes have values 0, 1, 2, 3 or 4 in them? I wouldn't want to count BLANK or N/A

 

For example:

 

Choice 1: N/A

Choice 2: 4

Choice 3: BLANK

Choice 4: 1

Choice 5: 2

 

Result: 3

Categories:
I have the same question (0)
  • Verified answer
    TheRobRush Profile Picture
    11,128 Moderator on at

    Here is one way to do it with 3 dropdowns, and 2 possible choices that will return no count

     

    Sum(
     If(And(test1.Selected.Value<>"", test1.Selected.Value<>"N/A"),1,0),
     If(And(test2.Selected.Value<>"", test2.Selected.Value<>"N/A"),1,0),
     If(And(test3.Selected.Value<>"",test3.Selected.Value<>"N/A"),1,0))

     

    In this example it will not count anything with a "" as the result (assume this is what you mean by blank as a dropdown always has something selected and cannot technically be blank) you can change that to "BLANK" if you meant the actual word, or anything with "N/A" as its selection

  • mkusler Profile Picture
    237 on at

    Now that I see that, it makes complete sense and is simple! Thank you so much. I think I overthink this stuff sometimes.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 339 Most Valuable Professional

#2
11manish Profile Picture

11manish 180

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard