+ Reply to Thread
Results 1 to 4 of 4

string:Text to value

  1. #1
    pantelis
    Guest

    string:Text to value

    Hi all, would appreciate some help

    I've got the following string

    "week"&RIGHT(A6,2)&"move99.5" which looks something like this
    "week05move99.5"

    I have defined the name (week05move99.5 to equal 500) so basically when I
    type in (week05move99.5) I want to see 500.

    now because "week"&RIGHT(A6,2)&"move99.5" = "week05move99.5" which is a Text
    string I dont get any value.

    I have tried VALUE ("week"&RIGHT(A6,2)&"move99.5") but I get #VALUE!

    Has anyone got any good ideas.

    thx!!!!!!!



  2. #2
    Marcelo
    Guest

    re: string:Text to value

    hi Pantelis,

    use = indirect("week"&RIGHT(A6,2)&"move99.5")

    hth
    regards from Brazil
    Marcelo

    "pantelis" escreveu:

    > Hi all, would appreciate some help
    >
    > I've got the following string
    >
    > "week"&RIGHT(A6,2)&"move99.5" which looks something like this
    > "week05move99.5"
    >
    > I have defined the name (week05move99.5 to equal 500) so basically when I
    > type in (week05move99.5) I want to see 500.
    >
    > now because "week"&RIGHT(A6,2)&"move99.5" = "week05move99.5" which is a Text
    > string I dont get any value.
    >
    > I have tried VALUE ("week"&RIGHT(A6,2)&"move99.5") but I get #VALUE!
    >
    > Has anyone got any good ideas.
    >
    > thx!!!!!!!
    >
    >
    >


  3. #3
    pantelis
    Guest

    re: string:Text to value

    thx alot man, that was great help



    "Marcelo" <[email protected]> wrote in message
    news:[email protected]...
    > hi Pantelis,
    >
    > use = indirect("week"&RIGHT(A6,2)&"move99.5")
    >
    > hth
    > regards from Brazil
    > Marcelo
    >
    > "pantelis" escreveu:
    >
    > > Hi all, would appreciate some help
    > >
    > > I've got the following string
    > >
    > > "week"&RIGHT(A6,2)&"move99.5" which looks something like this
    > > "week05move99.5"
    > >
    > > I have defined the name (week05move99.5 to equal 500) so basically when

    I
    > > type in (week05move99.5) I want to see 500.
    > >
    > > now because "week"&RIGHT(A6,2)&"move99.5" = "week05move99.5" which is a

    Text
    > > string I dont get any value.
    > >
    > > I have tried VALUE ("week"&RIGHT(A6,2)&"move99.5") but I get #VALUE!
    > >
    > > Has anyone got any good ideas.
    > >
    > > thx!!!!!!!
    > >
    > >
    > >




  4. #4
    Marcelo
    Guest

    re: string:Text to value

    thanks for the feedback
    regards


    "pantelis" escreveu:

    > thx alot man, that was great help
    >
    >
    >
    > "Marcelo" <[email protected]> wrote in message
    > news:[email protected]...
    > > hi Pantelis,
    > >
    > > use = indirect("week"&RIGHT(A6,2)&"move99.5")
    > >
    > > hth
    > > regards from Brazil
    > > Marcelo
    > >
    > > "pantelis" escreveu:
    > >
    > > > Hi all, would appreciate some help
    > > >
    > > > I've got the following string
    > > >
    > > > "week"&RIGHT(A6,2)&"move99.5" which looks something like this
    > > > "week05move99.5"
    > > >
    > > > I have defined the name (week05move99.5 to equal 500) so basically when

    > I
    > > > type in (week05move99.5) I want to see 500.
    > > >
    > > > now because "week"&RIGHT(A6,2)&"move99.5" = "week05move99.5" which is a

    > Text
    > > > string I dont get any value.
    > > >
    > > > I have tried VALUE ("week"&RIGHT(A6,2)&"move99.5") but I get #VALUE!
    > > >
    > > > Has anyone got any good ideas.
    > > >
    > > > thx!!!!!!!
    > > >
    > > >
    > > >

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1