Pibsandsquibs
New Member
- Joined
- Aug 18, 2021
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hi
I have a spreadsheet where one column shows changes in number of days of the date the order is expected to arrive. So yesterday it could have said the arrival date was 01/10/24 but today it is saying 29/09/24 so has come forward 2 days and the changes in number of days is -2.
As this spreadsheet looks at all the orders is there a formula to filter out all the changes in days whether they are -3, -2, -1, 1, 2, 3 (obviously could be more but you get the idea). So I want something that excludes all the orders where the date hasn't changed. i.e 0.
I am using the formula to get everything that is a positive change, but can't workout how to combine to include the changes that are -1, -2,-3.
=FILTER(A2:P7,P2:P7>=1)
I have a spreadsheet where one column shows changes in number of days of the date the order is expected to arrive. So yesterday it could have said the arrival date was 01/10/24 but today it is saying 29/09/24 so has come forward 2 days and the changes in number of days is -2.
As this spreadsheet looks at all the orders is there a formula to filter out all the changes in days whether they are -3, -2, -1, 1, 2, 3 (obviously could be more but you get the idea). So I want something that excludes all the orders where the date hasn't changed. i.e 0.
I am using the formula to get everything that is a positive change, but can't workout how to combine to include the changes that are -1, -2,-3.
=FILTER(A2:P7,P2:P7>=1)