Dear reader,
I'm running into a weird issue with Google Docs. I'm using this formula:
And its working great on my local pc. But I am also using this file in Google Docs/Sheets, and it won't show any results in Google Docs.
Does anyone know if there are some settings I need to change in order to get it working, or what could possibly be the issue?
Kind regards,
Steve
I'm running into a weird issue with Google Docs. I'm using this formula:
VBA Code:
=IFERROR(INDEX(Tickets!$AB$9:$AB$308;AGGREGATE(15;6;(ROW(Tickets!$AB$9:$AB$308)-ROW(Tickets!$AB$9)+1)/(ISNA(MATCH(Tickets!$AB$9:$AB$308;C$8:C8;0)))/(Tickets!$AB$9:$AB$309<>"No defined output.");1));"")
And its working great on my local pc. But I am also using this file in Google Docs/Sheets, and it won't show any results in Google Docs.
Does anyone know if there are some settings I need to change in order to get it working, or what could possibly be the issue?
Kind regards,
Steve