Hello
We have started to build a large master sheet using vlookups (mostly countifs and sumifs) cross referencing our other sheets but have quickly run into the 25000 limit.
It has been suggested that by using index/match instead we can avoid this, can anyone help how this works?
some example of formula we are currently using: - how would we change this to index/match
=COUNTIFS(OR({Sheet 1 Completed Hour}, @cell<7, @cell >18), OR({Sheet 1 Created Hour}, @cell<7, @cell >18), {Sheet 1 New Job}, <> “Direct Entry", {Sheet 1 Current Month}, 1, {Sheet 1 New Job}, <>"KIOSK", {Sheet 1 Job Time}, <60, {Sheet 1 Name}, Name1)
Thanks,