Blogs As Range References
When column references go up to XFD, you can spell things in formulas. Here are a few Excel blogs, spelled out in valid Excel 2007 formulas:
=SUM(DAI:LYD,OS:EOF,EX:CEL)
=SUM(CON:TEX,TU:RES,BL:OG)
=SUM(BA:CON,BI:TS)
=SUM(NEW:TON,EX:CEL,BA:CH)
=SUM(PT:SB,L:OG)
=SUM(S:PR,E:AD,SH:EET,P:AGE,BL:OG)
Challenge: Write a macro that accepts a text string, and creates formulas like these automatically.
- Reader Comments -
Following are comments in response to this item.
The most recent comment is at the bottom.
- By Debra Dalgleish. Comment posted 24 January, 2010 10:47amMore fun than a secret decoder ring! I'd work on a macro, but I have to write a post for =SUM(CON:TEX,TU:RES,BL:OG).
- By John Walkenbach. Comment posted 24 January, 2010 12:35pm=SUM(DEB:RAH,DAL:GLE,I:SH,ISB:USY,RI:GHT,N:OW)
- By Chandoo. Comment posted 25 January, 2010 3:53amand you forgot... SUM(POI:NTY,HAI:RED,D:IL,BE:RT)
interesting challenge... I will give it a try this friday - By Rick Rothstein (MVP - Excel). Comment posted 28 January, 2010 12:43pmYour first range (POI:NTY) would not be valid in Excel... well, it won't raise an error, but Excel will flip it around to NTY:POI inside the SUM function and, thus, destroy the display of the word "POINTY".
Spreadsheet Page Blog
Welcome to the Spreadsheet Page Blog. This is where you find the latest news on my books, add-ins, and other Excel-related topics. Comments are welcome.