I would like to know how to put in a Label, the information of a specific cell of a table.
Example: I want to take this cell and show it in the Label.
Solved! Go to Solution.
You won't be able to use an Excel cell reference in a Power App to pull up the value in that field. However, you can use LookUp() to search and return information that matches specified criteria. For example:
LookUp(myExcelTable, INDICADORES = "EMPASTAMENTO INDUSTRIAL", Data)
Will return the date value you have flagged in the table.
Hope that helps,
Bryan
You won't be able to use an Excel cell reference in a Power App to pull up the value in that field. However, you can use LookUp() to search and return information that matches specified criteria. For example:
LookUp(myExcelTable, INDICADORES = "EMPASTAMENTO INDUSTRIAL", Data)
Will return the date value you have flagged in the table.
Hope that helps,
Bryan
It worked perfectly, thank you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
186 | |
53 | |
50 | |
34 | |
33 |
User | Count |
---|---|
266 | |
92 | |
78 | |
68 | |
67 |