R
RyneFan
I am using the following formula to get a value from a cut and pasted web site.
This formula finds the value I'm looking for, takes the / out of the text and
then turns it into a number. The next thing I need for it to do is instead of
coming back as #N/AI'd like it to be a zero. I know how to do all of this
sepertaly, but can't put it together. Once I get this the worksheet will be
done.
Thanks in advance. I've solved a lot of my problems on this site.
=--MID(VLOOKUP(,,,),1,FIND("/",VLOOKUP(,,,),1)-1)
This formula finds the value I'm looking for, takes the / out of the text and
then turns it into a number. The next thing I need for it to do is instead of
coming back as #N/AI'd like it to be a zero. I know how to do all of this
sepertaly, but can't put it together. Once I get this the worksheet will be
done.
Thanks in advance. I've solved a lot of my problems on this site.
=--MID(VLOOKUP(,,,),1,FIND("/",VLOOKUP(,,,),1)-1)