View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo Sheeloo is offline
external usenet poster
 
Posts: 793
Default Excel version in Cell

You need to compile a table which maps release number to detailed description
as you have shown and then use VLOOKUP with INFO("releaese") to get what you
want.

You can get the mapping at
http://www.computerliteracy.co.uk/excel_versions.htm.

"Mike" wrote:

I need to get the current Excel version in a cell, if I use =INFO("release")
I get 10 or 11. Is there anything that will give me "Microsoft Office Excel
2003 (11) SP3" in a cell as it shows in "About Microsoft Excel" from menu?

Thanks
Mike