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
Post a Comment