A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#VALUE about function Find



 
 
Thread Tools Display Modes
  #11  
Old September 11th, 2006, 02:55 PM posted to microsoft.public.excel.worksheet.functions
Allllen
external usenet poster
 
Posts: 295
Default #VALUE about function Find

good point and I agree that this is totally messed up, but if you go back to
his original question all i did was make sure that he got it in the format he
was trying to enter without having to type it in again
--
Allllen


"Bob Phillips" wrote:

Call me stupid, but if you format a number to have a - as the 5th character,
won't the FIND always return 5. In addition, a number such as 12.34 will
also return 5.

Confused!

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Haha....it works well, very good. thank you very much Allllen

hui


"Allllen"

...
OK try this instead then:

A B C
1 1978-9-22 =TEXT(A1,"yyyy-m-dd") =FIND("-",B1)
2

Please rate me.

--
Allllen


"hui" wrote:

when I set Column as TEXT, the content changes and look like number,

such
as
A1(1978-9-22) change 28734. may I avoid it?

thanks




"Allllen"

D¡ä¨¨????¡éD???
1) Format cell A1 as text (under Format Cells)
2) Enter 1978-9-22
3) Now your find function will work. The down side of this is that
cell
A1
is now a text and not a number (means Excel won't be able to think of
it
as a
date).

Instead of formatting cell A1 as a text, you could just type

'1978-9-22
(with the apostrophe). That has much the same effect.

If you can avoid having it as a text I would recommend leaving this

as
a
date like bob suggests because it is much more flexible like that.
Depends
what you want to do with it of course.

--
Allllen


"hui" wrote:

I set A1="1978-9-22", B1="find("-",A1)" and return, but B1 shows
#VALUE!,
why? How can I resolve it? thanks in advance.

A B C
1 1978-9-22 =find("-",A1)
2
3


hui











  #12  
Old September 11th, 2006, 02:58 PM posted to microsoft.public.excel.worksheet.functions
hui
external usenet poster
 
Posts: 10
Default #VALUE about function Find

Yes, I am also confused by the huge and unsoted date data. I just wanna deal
with it easily as soon as I can with worksheet function. anyway excel is a
strong office assistant. thanks for your suggestion.

hui

"Bob Phillips" ...
Call me stupid, but if you format a number to have a - as the 5th
character,
won't the FIND always return 5. In addition, a number such as 12.34 will
also return 5.

Confused!

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Haha....it works well, very good. thank you very much Allllen

hui


"Allllen"

...
OK try this instead then:

A B C
1 1978-9-22 =TEXT(A1,"yyyy-m-dd") =FIND("-",B1)
2

Please rate me.

--
Allllen


"hui" wrote:

when I set Column as TEXT, the content changes and look like number,

such
as
A1(1978-9-22) change 28734. may I avoid it?

thanks




"Allllen"

D¡ä¨¨????¡éD???
1) Format cell A1 as text (under Format Cells)
2) Enter 1978-9-22
3) Now your find function will work. The down side of this is that
cell
A1
is now a text and not a number (means Excel won't be able to think
of
it
as a
date).

Instead of formatting cell A1 as a text, you could just type

'1978-9-22
(with the apostrophe). That has much the same effect.

If you can avoid having it as a text I would recommend leaving this

as
a
date like bob suggests because it is much more flexible like that.
Depends
what you want to do with it of course.

--
Allllen


"hui" wrote:

I set A1="1978-9-22", B1="find("-",A1)" and return, but B1 shows
#VALUE!,
why? How can I resolve it? thanks in advance.

A B C
1 1978-9-22 =find("-",A1)
2
3


hui












  #13  
Old September 11th, 2006, 03:01 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips
external usenet poster
 
Posts: 5,994
Default #VALUE about function Find

I am not referring to your response Allllen, I am highlighting the points I
made earlier to the OP.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Allllen" wrote in message
...
good point and I agree that this is totally messed up, but if you go back

to
his original question all i did was make sure that he got it in the format

he
was trying to enter without having to type it in again
--
Allllen


"Bob Phillips" wrote:

Call me stupid, but if you format a number to have a - as the 5th

character,
won't the FIND always return 5. In addition, a number such as 12.34 will
also return 5.

Confused!

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Haha....it works well, very good. thank you very much Allllen

hui


"Allllen"

...
OK try this instead then:

A B C
1 1978-9-22 =TEXT(A1,"yyyy-m-dd") =FIND("-",B1)
2

Please rate me.

--
Allllen


"hui" wrote:

when I set Column as TEXT, the content changes and look like

number,
such
as
A1(1978-9-22) change 28734. may I avoid it?

thanks




"Allllen"

D¡ä¨¨????¡éD???
1) Format cell A1 as text (under Format Cells)
2) Enter 1978-9-22
3) Now your find function will work. The down side of this is

that
cell
A1
is now a text and not a number (means Excel won't be able to

think of
it
as a
date).

Instead of formatting cell A1 as a text, you could just type

'1978-9-22
(with the apostrophe). That has much the same effect.

If you can avoid having it as a text I would recommend leaving

this
as
a
date like bob suggests because it is much more flexible like

that.
Depends
what you want to do with it of course.

--
Allllen


"hui" wrote:

I set A1="1978-9-22", B1="find("-",A1)" and return, but B1 shows
#VALUE!,
why? How can I resolve it? thanks in advance.

A B C
1 1978-9-22 =find("-",A1)
2
3


hui













  #14  
Old September 11th, 2006, 03:02 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips
external usenet poster
 
Posts: 5,994
Default #VALUE about function Find

BUT WHAT YOU HAVE NOW ACCEPTED AS A SOLUTION IS NONSENSE, IT DOES NOT SORT
ANYTHING.

All you will get is the number 5 for every row with a number.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Yes, I am also confused by the huge and unsoted date data. I just wanna

deal
with it easily as soon as I can with worksheet function. anyway excel is a
strong office assistant. thanks for your suggestion.

hui

"Bob Phillips"

...
Call me stupid, but if you format a number to have a - as the 5th
character,
won't the FIND always return 5. In addition, a number such as 12.34 will
also return 5.

Confused!

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Haha....it works well, very good. thank you very much Allllen

hui


"Allllen"

...
OK try this instead then:

A B C
1 1978-9-22 =TEXT(A1,"yyyy-m-dd") =FIND("-",B1)
2

Please rate me.

--
Allllen


"hui" wrote:

when I set Column as TEXT, the content changes and look like number,

such
as
A1(1978-9-22) change 28734. may I avoid it?

thanks




"Allllen"

D¡ä¨¨????¡éD???
1) Format cell A1 as text (under Format Cells)
2) Enter 1978-9-22
3) Now your find function will work. The down side of this is

that
cell
A1
is now a text and not a number (means Excel won't be able to think
of
it
as a
date).

Instead of formatting cell A1 as a text, you could just type

'1978-9-22
(with the apostrophe). That has much the same effect.

If you can avoid having it as a text I would recommend leaving

this
as
a
date like bob suggests because it is much more flexible like that.
Depends
what you want to do with it of course.

--
Allllen


"hui" wrote:

I set A1="1978-9-22", B1="find("-",A1)" and return, but B1 shows
#VALUE!,
why? How can I resolve it? thanks in advance.

A B C
1 1978-9-22 =find("-",A1)
2
3


hui














  #15  
Old September 12th, 2006, 04:01 PM posted to microsoft.public.excel.worksheet.functions
hui
external usenet poster
 
Posts: 10
Default #VALUE about function Find

no, I can sort the column, and deal with data with VBA.

hui

"Bob Phillips" ...
BUT WHAT YOU HAVE NOW ACCEPTED AS A SOLUTION IS NONSENSE, IT DOES NOT SORT
ANYTHING.

All you will get is the number 5 for every row with a number.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Yes, I am also confused by the huge and unsoted date data. I just wanna

deal
with it easily as soon as I can with worksheet function. anyway excel is
a
strong office assistant. thanks for your suggestion.

hui

"Bob Phillips"

...
Call me stupid, but if you format a number to have a - as the 5th
character,
won't the FIND always return 5. In addition, a number such as 12.34
will
also return 5.

Confused!

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"hui" wrote in message
...
Haha....it works well, very good. thank you very much Allllen

hui


"Allllen"
...
OK try this instead then:

A B C
1 1978-9-22 =TEXT(A1,"yyyy-m-dd") =FIND("-",B1)
2

Please rate me.

--
Allllen


"hui" wrote:

when I set Column as TEXT, the content changes and look like
number,
such
as
A1(1978-9-22) change 28734. may I avoid it?

thanks




"Allllen"
D¡ä¨¨????¡éD??? 1) Format cell A1 as text (under Format Cells)
2) Enter 1978-9-22
3) Now your find function will work. The down side of this is

that
cell
A1
is now a text and not a number (means Excel won't be able to
think
of
it
as a
date).

Instead of formatting cell A1 as a text, you could just type
'1978-9-22
(with the apostrophe). That has much the same effect.

If you can avoid having it as a text I would recommend leaving

this
as
a
date like bob suggests because it is much more flexible like
that.
Depends
what you want to do with it of course.

--
Allllen


"hui" wrote:

I set A1="1978-9-22", B1="find("-",A1)" and return, but B1 shows
#VALUE!,
why? How can I resolve it? thanks in advance.

A B C
1 1978-9-22 =find("-",A1)
2
3


hui
















 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:07 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.