Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a colum of values that includes data such as this:
1.9825 1.8770a 1.4617 1.02x20 1.4061 1.4163c 1.8002 2.4261 2.9756 3.6d679 1.6860 I want an if statement that says - if cell value contains ANY LETTER then . . . . (NB - the letter may be in any position in the number sequence.) Any Help? Cameron |
#2
![]() |
|||
|
|||
![]() This formula (entered in Cell B1) =if(istext(A1),99999,88888) means that if the entry in cell A1 contains a letter, THEN the number 99999 will appear in cell B1 ELSE, (if it does not contain any letter) the number 88888 will appear. For your own application, you can replace 99999 and 88888 to suit your needs. I hope this will help you. Cameron Stewart Wrote: I have a colum of values that includes data such as this: 1.9825 1.8770a 1.4617 1.02x20 1.4061 1.4163c 1.8002 2.4261 2.9756 3.6d679 1.6860 I want an if statement that says - if cell value contains ANY LETTER then . . . . (NB - the letter may be in any position in the number sequence.) Any Help? Cameron -- BenjieLop ------------------------------------------------------------------------ BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019 View this thread: http://www.excelforum.com/showthread...hreadid=273464 |
#3
![]() |
|||
|
|||
![]()
Thnx a lot - its easy once you know how . . ..
BenjieLop wrote in message ... This formula (entered in Cell B1) =if(istext(A1),99999,88888) means that if the entry in cell A1 contains a letter, THEN the number 99999 will appear in cell B1 ELSE, (if it does not contain any letter) the number 88888 will appear. For your own application, you can replace 99999 and 88888 to suit your needs. I hope this will help you. Cameron Stewart Wrote: I have a colum of values that includes data such as this: 1.9825 1.8770a 1.4617 1.02x20 1.4061 1.4163c 1.8002 2.4261 2.9756 3.6d679 1.6860 I want an if statement that says - if cell value contains ANY LETTER then . . . . (NB - the letter may be in any position in the number sequence.) Any Help? Cameron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula HELP | Excel Worksheet Functions | |||
Display answer only in another cell of one containing a formula | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Cell contents vs. Formula contents | Excel Discussion (Misc queries) | |||
copy a cell value not its function | Excel Discussion (Misc queries) |