A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello @William Auld
To create an automated summary in your account worksheet, combining SUMIF and XLOOKUP is the suitable way to manage your budget.
1/ The Functions:
- SUMIF (The "Organizer"): This function looks at your entire list, picks out everything labeled "Monthly", and adds them all together. It is perfect for seeing your total budget at a glance.
- XLOOKUP (The "Finder"): Think of this as a search tool. It looks for a specific name (like "Microsoft 365") and pulls the exact price into your main sheet. This is great for checking individual bills without scrolling through a long list.
2/ Practical Formulas for your Sheet
To get started, you can use these formulas based on the table in your image:
To get your Total Monthly Outgoings:
=SUMIF(H:H, "Monthly", G:G)
SUMIF function - Microsoft Support
To find the price of a specific bill (e.g., Amazon Prime):
=XLOOKUP("Amazon-Prime", F:F, G:G)
XLOOKUP function - Microsoft Support
You can try my suggestion. If it doesn’t meet your needs, please come back with screenshots or any additional details so I can review it again and see if there’s anything more I can help you with.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in "our documentation" to enable e-mail notifications if you want to receive the related email notification for this thread.