Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
unodemad
 
Posts: n/a
Default If funtion wildcard

Is it posible to create an if function based on a partial text strim?
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

=if(left(a1,3)="Joe",etc

--
Don Guillett
SalesAid Software

"unodemad" wrote in message
...
Is it posible to create an if function based on a partial text strim?



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

With the help of other functions

=IF(LEFT(A1,3)="abc","do","don't")

will look at the 3 first characters

=IF(ISNUMBER(SEARCH("abc",A1)),"do","don't")

will look for the string "abc"


=IF(COUNTIF(A1:A1,"*abc*")0,"do","don't")


will actually use wildcards, the above basically is the same as the search
formula



Regards,

Peo Sjoblom



"unodemad" wrote:

Is it posible to create an if function based on a partial text strim?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wildcard parameter in excel BJC Excel Discussion (Misc queries) 1 December 24th 04 12:16 PM
Excel funtion to find how many boxes in larger container logistics learner Excel Worksheet Functions 3 December 21st 04 01:18 AM
Wildcard Character John Excel Worksheet Functions 7 November 30th 04 10:54 PM
How do I perform operations within a funtion that operates on colu crander8 Excel Discussion (Misc queries) 3 November 29th 04 10:15 PM
Help with setting up a worksheet funtion mjh Excel Worksheet Functions 2 November 11th 04 10:06 PM


All times are GMT +1. The time now is 04:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"