Scrappy666
Board Regular
- Joined
- Jul 6, 2012
- Messages
- 215
Hi Everyone,
Sorry if im posting this in the wrong place! Couldn't see a SQL section
(If anyone can help with SQL at all)
I've ran a query from the accountancy system we use, although the records produced will soon exceed the 1m rows excel allows
I need to filter this query so that only negative values appear
My issue is each booking (I work at a travel agents) is split across multiple records
My idea is to add an additional column at the end that could look something like a sumif
=sumif('booking reference', 'reference' ,'amount')
Which i can then filter on for negative values
If anyone has any idea how to do this it would be greatly appriciated!!!
Thanks in advance!
Dan
Sorry if im posting this in the wrong place! Couldn't see a SQL section
(If anyone can help with SQL at all)
I've ran a query from the accountancy system we use, although the records produced will soon exceed the 1m rows excel allows
I need to filter this query so that only negative values appear
My issue is each booking (I work at a travel agents) is split across multiple records
My idea is to add an additional column at the end that could look something like a sumif
=sumif('booking reference', 'reference' ,'amount')
Which i can then filter on for negative values
If anyone has any idea how to do this it would be greatly appriciated!!!
Thanks in advance!
Dan