Forum Discussion
vicarma
Oct 03, 2021Copper Contributor
Providing an Availability Date
Hi, I have a task to provide the availability date for confirming Customer Orders. I have built an initial excel table with all the Demand (Customer Sales Orders) and Supply (Purchase Orders), t...
- Oct 04, 2021
something like this?
The main formula is:
=INDEX(
$C5:$H$30,
MATCH(
0,
FILTER(
$H5:$H$30,
$C5:$C$30=C5
),
0
),
2
)The rest of the formula is just to format the date
cheers
vicarma
Oct 05, 2021Copper Contributor
I have uploaded an amended file, so on Sheet2 now you see the base data and next to it the pivot table I am using - with your formula in the next column after the pivot table.
I am using the pivot table to get to the "0" point.
Cheers