How to use cell reference in a cell with brackets in Excel 2007? -


in excel, want reference cell in cell. how do this? ex: in cell a1, type md.resourcetyperef(1234567890), want reference 1234567890 in spreadsheet.

thanks! a

considering md.resourcetyperef() udf, , 1234567890 @ a1 cell in sheet named anothersheet try this:

=md.resourcetyperef(anothersheet!a1)


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -