Hi All,
I have the following formula (provided to me earlier by a helpful member here), that works great. I had added the clause that I would only like to sum column P if column T contained "Professional Services," but unfortunately that doesnt end up with the correct result.
Any idea how I can update the formula so that it works correctly? Thanks so much.
=IFERROR(LET(f,FILTER('Bookings - Jan 2024'!$B:$P,('Bookings - Jan 2024'!$B:$B=O$6)+('Bookings - Jan 2024'!$B:$B="Subtotal")+('Bookings - Jan 2024'!$T:$T="*Professional Services*")),INDEX(TAKE(f,,-1),XMATCH(O$6,TAKE(f,,1))+1)),0)
I have the following formula (provided to me earlier by a helpful member here), that works great. I had added the clause that I would only like to sum column P if column T contained "Professional Services," but unfortunately that doesnt end up with the correct result.
Any idea how I can update the formula so that it works correctly? Thanks so much.
=IFERROR(LET(f,FILTER('Bookings - Jan 2024'!$B:$P,('Bookings - Jan 2024'!$B:$B=O$6)+('Bookings - Jan 2024'!$B:$B="Subtotal")+('Bookings - Jan 2024'!$T:$T="*Professional Services*")),INDEX(TAKE(f,,-1),XMATCH(O$6,TAKE(f,,1))+1)),0)