Skip to content

Commit d3bdef1

Browse files
committed
how to format excel table
1 parent 1b5ace5 commit d3bdef1

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Format a table in Excel | Microsoft Docs
3+
description: In order to use Excel data, formatting the data into a table is needed. Adding "image" keyword in column names
4+
services: ''
5+
suite: powerapps
6+
documentationcenter: na
7+
author: yifwang
8+
manager: anneta
9+
editor: ''
10+
tags: ''
11+
12+
ms.service: powerapps
13+
ms.devlang: na
14+
ms.topic: article
15+
ms.tgt_pltfrm: na
16+
ms.workload: na
17+
ms.date: 04/03/2016
18+
ms.author: yifwang
19+
20+
---
21+
# Format a table in Excel and naming tips
22+
It is a prerequisite to format Excel data as a table to use in PowerApps. By following this content, you'll learn how to format a table in Excel and some tips of naming Excel columns.
23+
24+
## How to format a table in Excel
25+
You can convert your data to a table by clicking **Format as Table** in the **Home** tab of Excel.
26+
27+
![Excel format a table](./media/how-to-excel-tips/format-table.png)
28+
29+
Another way to have a formatted table is to create as a table from the **Insert** tab.
30+
31+
![Excel insert a table](./media/how-to-excel-tips/insert-table.png)
32+
33+
To find your table easily, go to **Design** under **Table Tools** and rename your table. It is useful to give your table a meaningful name, especially when there are multiple tables in one Excel file.
34+
35+
![Excel rename a table](./media/how-to-excel-tips/rename-table.png)
36+
37+
## Naming tips in Excel
38+
In your Excel table, try to add a keyword "image" to your image column. This will bind your image column with an image control while using this table in a gallery with image controls.
39+
40+
![Connect Excel table with images](./media/how-to-excel-tips/connect-gallery.png)
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)