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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -