Hi All!
First time post so hopefully I get ti right!
I've tried a few methods but finding myself getting stuck. I need to be able to dynamically sum values based on subsection numbering.
Note:
First time post so hopefully I get ti right!
I've tried a few methods but finding myself getting stuck. I need to be able to dynamically sum values based on subsection numbering.
Note:
- The numbers shown in column A are static pasted values from another export.
- The formulas in columns S, T and U all need to be dynamic as this sheet is hopefully going to be used a template. i.e. simply entering a heap of SUM formulas into the relevant cells won't suffice nor will manually grouping cells and adding a Subtotals as theses are all manual actions after pasting the data in.
- Note that all of the colored formatting shown is dynamic Conditional Formatting based on comparing the LEN row x with x+1 in Column A - this won't work for my purposes as there are obviously nested subsections in column A.
- Trying to achieve this without VBA as we are attempting to keep the workbook without macros/scripts.
- Examples of what I'm trying to achieve:
- In cell U25, show the sum of all 4.4.1 items, i.e. U29+U34.
- In cell U34, show the sum of all 4.4.1.5 items, i.e. U35+U48
- In cell U35, show the sum of all 4.4.1.5.1 items, i.e. SUM(U36:U47)