Please Register to Remove these Ads
This is a question about one of the tips in Learning Excel Fast and Easy but there's not folder for that so I thought this was the next best thing. On page 115 (or 136 in PDF) J Rubin discusses using the GET.CELL command from the old XLM in combination with Conditional formatting to highlight formulas. He defines the name with
Code:
=GET.CELL(48,INDIRECT(“rc”,FALSE))
I understand that the 48 is the code for formula in a cell (true/false) but what is the ("rc",FALSE) mean? Thanks