RobbyRobbe
New Member
- Joined
- Jan 30, 2019
- Messages
- 1
dear all!
I've downloaded a balance sheet of SAP, in with all positions are lined up without hierarchie. In a seperate collum are Hierarchie levels asigned. I'm trying to allocate the hierarchie levels to the balance sheet line items to be able to work with it in a Pivot.
the raw data lists all accounts and sums them up by category.
Normaly the balance sheet should look like that:
assets
- current assets
-- accounts receivables
-- inventories
-- etc.
- fixed assets
- etc
I tried solving the issue via if - and function: =if(and(search("sum*";cell of balance sheet text);cell of hierarchie = 3);right(cell of balance sheet text;lenght(cell of balance sheet text)-4);" ").
This returns an error.
What is wrong about the formula?
When it works, it will return the sums regardless of debit or credit position on the balance sheet. Obviously I could add another column search for debit / credit accounts only. But that would be a lot of columns as there are already 5 hierarchie levels.
Any better ideas?
Many thanks in advance!
I've downloaded a balance sheet of SAP, in with all positions are lined up without hierarchie. In a seperate collum are Hierarchie levels asigned. I'm trying to allocate the hierarchie levels to the balance sheet line items to be able to work with it in a Pivot.
the raw data lists all accounts and sums them up by category.
Normaly the balance sheet should look like that:
assets
- current assets
-- accounts receivables
-- inventories
-- etc.
- fixed assets
- etc
I tried solving the issue via if - and function: =if(and(search("sum*";cell of balance sheet text);cell of hierarchie = 3);right(cell of balance sheet text;lenght(cell of balance sheet text)-4);" ").
This returns an error.
What is wrong about the formula?
When it works, it will return the sums regardless of debit or credit position on the balance sheet. Obviously I could add another column search for debit / credit accounts only. But that would be a lot of columns as there are already 5 hierarchie levels.
Any better ideas?
Many thanks in advance!