View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default formula help please

thanks, i was on the right track, just didn't hit on the right combination.
i thought i even tried that one, but i guess not.

--


Gary


"Bernd Plumhoff" wrote in message
...
=INDIRECT(B4 & "!E32")

or INDORECT("'" & B4 & "'!E32")

if B4 includes a name with blanks in it.

HTH,
Bernd