I’m back again…
I have created and attached a sample of what I’m working with…
The left side of the worksheet will contain a longgg list of products, maturity dates and their details…
The right side is going to be a summary of the companies’ Long and Short positions, split into different Terms…
I worked out the formulas to get the right dates for each term…
Now what I need is a formula that will:
- find the rows in column B that apply to a particular term
- sum values that are positive and put them in the cell for Long in that term…
- sum values that are negative and put them in Short for that term….
[/list]Is this possible?
I read that SumIf only works with one condition… I tried a formula with some nested If’s, but it didn’t work…
Any ideas?