Text to value

  • Thread starter Thread starter pantelis
  • Start date Start date
P

pantelis

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!!!!!!!
 
hi Pantelis,

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

hth
regards from Brazil
Marcelo

"pantelis" escreveu:
 
thx alot man, that was great help



Marcelo said:
hi Pantelis,

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

hth
regards from Brazil
Marcelo

"pantelis" escreveu:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top