View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default MID in Swedish Excel?

Hi,

The MID function extracts a string of text from the middle of a string of
text. See he http://www.techonthenet.com/excel/formulas/mid.php'


--
Brevity is the soul of wit.


"Arne Hegefors" wrote:

I have some Excel formulas that I want to use. These fomulas refer to the
English Excel and I have a Swedish version. One of the fomulas looks like:

=MID(B2,SEARCH(" ",B2,3)+1,4)

But I do not know how to translate the MID to swedish. Can someone please
help me with this? Thanks very much!