Long story short, my company creates a headache when you make anything with VBA, and I know this is SUPER easy to do in VBA, but as mentioned before I need to do this without VBA.
I find the last row by doing:
B1: =LOOKUP(2,1/(C:C<>""),ROW(C:C))
I find the last column by doing:
B11...