Let's try this again!

I posted this yesterday but it didn't come out right and I did not add code tags because I wasn't sure how...
Anyway, I still would appreciate help!
I am trying to figure out how to make this code below enter a PERCENTILE formula in another cell using variables that change depending on the currently Active Cell
If the formula is manually entered on the worksheet at range F11621 as =PERCENTILE(C11621:C18620,0.95) it works as intended...
How should the formula that is highlighted above be coded to use the row and column numbers obtained from the variables?
The first part RC[-3]: works fine but I don't know how to use the right syntax to add the variable for Row2nd which in this instance should be C18060
Bookmarks