Relative Content

Tag Archive for excelexcel-formula

Update the nth element of an array on Excel using formulas

I’ve got an array on A1:An where n will change quite often. I’m trying to write a formmula that replaces the first and second element of the array for the values on cells F1 and F2, and also the nth and n-1th elements need to be replaced for the values in G1 and G2, keeping all the other elements without any changes.

Indirect function to link external worksheet

I have the following issue, I try to make a formula to refer to an external excel file based on the date. When try format the date to ddmmyy and use it in this formula I get a #ref error.