> ## Documentation Index
> Fetch the complete documentation index at: https://docs.powerdrill.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Excel AI Analysis Best Practices

> Best practices for using Powerdrill AI to analyze Excel files

export const Powerdrill_0 = undefined

## Proper data formatting

Well-organized and clean data allows Powerdrill to carry out precise, error-free analysis and visualization. To ensure this, follow these best practices:

✅ **Column headers**: Use clear, descriptive headers in the first row.

✅ **Tabular structure**: Structure your data with records listed in rows beneath the headers.

✅ **Universality**: Use plain, widely understood language for column names, avoiding industry or company-specific terms.

### Some examples

**Figure 3**: The spreadsheet is structured

<Frame>
  <img src="https://mintcdn.com/powerdrill-55/FASl7X6A_fp2em2I/images/good-case.png?fit=max&auto=format&n=FASl7X6A_fp2em2I&q=85&s=1e0d1ab2d77f0a6f1a97bd5c9e8f2af6" style={{ borderRadius: '0.5rem' }} width="986" height="1336" data-path="images/good-case.png" />
</Frame>

**Figure 4**: The main body of the spreadsheet is structured, though it includes titles and footnotes

<Frame>
  <img src="https://mintcdn.com/powerdrill-55/FASl7X6A_fp2em2I/images/good-case2.png?fit=max&auto=format&n=FASl7X6A_fp2em2I&q=85&s=23d50877838eecc270f1881771c2e306" style={{ borderRadius: '0.5rem' }} width="366" height="894" data-path="images/good-case2.png" />
</Frame>

***

## Improper data formatting

Composite spreadsheets or poorly formatted data may prevent {Powerdrill_0} from analyzing or transforming the information. To avoid issues, be mindful of the following common pitfalls:

❌ **Multi-level headers**

❌ **Too many empty rows / columns**

❌ **Irregular tables contained**

❌ **Multiple sections**

### Some examples

**Figure 1**: Spreadsheets with multi-level headers are difficult to index

<Frame>
  <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/images/bad-case2.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=4d3b8e962b01b1c38bc9fa38aaed9080" style={{ borderRadius: '0.5rem' }} width="996" height="682" data-path="images/bad-case2.png" />
</Frame>

**Figure 2**: Spreadsheets with multiple sections, such as financial statements, should be formatted into tabular data

<Frame>
  <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/images/bad-case1.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=8035316e2ef73e61dd5b664911f722fe" style={{ borderRadius: '0.5rem' }} width="1342" height="1194" data-path="images/bad-case1.png" />
</Frame>
