Skip to content

Commit

Permalink
Merge pull request #38530 from ren-jones/patch-31
Browse files Browse the repository at this point in the history
Create Split-an-expense.md
  • Loading branch information
amyevans authored Mar 19, 2024
2 parents 4976bdb + bbc3cb4 commit a61613c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/articles/expensify-classic/expenses/Split-an-expense.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Split an expense
description: Divide expenses on a receipt into separate expenses
---
<div id="expensify-classic" markdown="1">

You can break down a receipt into multiple expenses by splitting it. Each split expense is treated as an individual expense which can be categorized and tagged separately. The same receipt image will be attached to all of the split expenses.

{% include info.html %}
Splitting an expense cannot be undone.
{% include end-info.html %}

{% include selector.html values="desktop, mobile" %}

{% include option.html value="desktop" %}
1. Click the **Expenses** tab.
2. Click the expense you want to split.
3. Scroll down and click **Split Expense** in the bottom left corner.
4. Use the buttons in the bottom left corner to select how to split the expenses.
- Add additional splits by clicking **Add Split**.
- Split the expense for multiple days by clicking **Split by Days**. This option is good for expenses like hotel stays.
- Split the expense evenly by clicking **Split Even**. This option also works if you add more than two splits.

{% include info.html %}
Each split must have a value greater than $0.00 and all splits must add up to the total expense amount.
{% include end-info.html %}

{% include end-option.html %}

{% include option.html value="mobile" %}
1. Tap the **Expenses** tab.
2. Tap the expense you want to split.
3. Scroll down to the bottom and tap **More Options**.
4. Tap **Split**.
5. Tap each split to add the expense details including the total and category, then click **Save**. To add any additional splits, click **Add Split**.

{% include info.html %}
Each split must have a value greater than $0.00 and all splits must add up to the total expense amount.
{% include end-info.html %}

6. Once all splits have been added and adjusted, click **Save**.

{% include end-option.html %}

{% include end-selector.html %}



</div>

0 comments on commit a61613c

Please sign in to comment.