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 / How to use a ComboBox ...
Power Apps
Answered

How to use a ComboBox lookup using a label value to find column in a Sharepoint List

(0) ShareShare
ReportReport
Posted on by 15

Hi,

I want to insert a formula into a label that when a Building name is selected from a dropdown, the formula will look up the building from a Sharepoint list and return the value in a column determined by another separate label.

 

Below is my Sharepoint List Data.

 

Building Name

2017

2018

2019

Building 1

100

400

700

Building 2

200

500

800

Building 3

300

600

900

 

I have set up the dropdown to show the options Building 1, 2 and 3, and the below formula works fine

 

ComboBox1.Selected.'2018'

 

However, I want to change “’2018’” to the value in Label 1, which for now say is 2019. I have tried the below formula, however this causes an error.

 

ComboBox1.Selected.'Label1'

 

Please can someone advise me what to change my formula to instead of “’Label1’”.

 

Example below

 

Data

Drop down value = Building 2

Label = 2019

 

Answer

Label with Formula = 800

 

Thanks

Categories:
I have the same question (0)
  • Verified answer
    yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hey @SG1990 

     

    Reference of column name is not possible using a label directly, in such a case, you can use:

    Switch(Label1.Text, "2018", ComboBox1.Selected.'2018', "2019", ComboBox1.Selected.'2019', "2020", ComboBox1.Selected.'2020')

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • SG1990 Profile Picture
    15 on at

    Thanks for your comment.

     

    Unfortunately this just causes an error for me. Additionally I was hoping someone might have a different solution to this as in my example I have only 3 columns, however what I am working on has over 100 columns and using that formula would be very long winded for 100+ columns.

     

    Thanks again for your help though. 

  • SG1990 Profile Picture
    15 on at

    @yashag2255 , apologies but the formula did work, I must have made a mistake first time. Even though this is more long winded than I hoped, this method does work. Thanks. 

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard