Suggestions wanted: Budget & Expense table layout

JackDanIce

Well-known Member
Joined
Feb 3, 2010
Messages
9,922
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm working on a budget & expense table where each row is a unique cost but column A contains sorted and grouped duplicates, where each unique value represent a department code.

E.g.
A (dept code) B (description) C (amount)
C1 Item1 10
C1 Item2 15
C2 Item3 5
C2 Item4 20
C2 Item5 5

The current layout is visually easier to read (row gaps in column A per code group, etc) but this causes problems when new rows are added or existing ones deleted for subtotals.

I've looked at some VBA approaches, e.g. use Excel's Subtotal feature - turn off, add new row/delete old row, sort data, turn subtotal back on, however, I don't like the way Subtotal adds groupings to the rows

Unfortunately, raw data needs to be integorated/changed as well as rows added/removed so a flat-file/CSV approach is ruled out or I would pivot the data as required.

Summary: Looking for suggestions on how to represent raw data with subtotals that is simplified for a user to add/remove rows.
Just suggestions on design and layout. Expect to use macro's but don't need the code, just "When User adds row, macro to do x, y and z"

TIA,
Jack
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,214,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top