Pibsandsquibs
New Member
- Joined
- Aug 18, 2021
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hello
I am using the filter formula to create a dashboard of todays events from our main spreadsheet. The problem I have is each line for each order comes through and some orders could have up to 20 lines. I was looking at using the unique formula in the filter to remove the duplicates (which would be the order number in column A). But not sure where it put it in the formula I already have. Could someone please advise or if there is another option that I can use.
Below is the formula currently in place that I want to remove the duplicates from. Many thanks
=FILTER('[Log.xlsx]Log'!A:CH,('[Log.xlsx]Log'!AW:AW>=TODAY())*('[Log.xlsx]Log'!AW:AW<=TODAY()))
I am using the filter formula to create a dashboard of todays events from our main spreadsheet. The problem I have is each line for each order comes through and some orders could have up to 20 lines. I was looking at using the unique formula in the filter to remove the duplicates (which would be the order number in column A). But not sure where it put it in the formula I already have. Could someone please advise or if there is another option that I can use.
Below is the formula currently in place that I want to remove the duplicates from. Many thanks
=FILTER('[Log.xlsx]Log'!A:CH,('[Log.xlsx]Log'!AW:AW>=TODAY())*('[Log.xlsx]Log'!AW:AW<=TODAY()))