Computing.Net > Forums > Office Software > wildcards in excel

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

wildcards in excel

Reply to Message Icon

Name: rinsitah
Date: July 13, 2005 at 14:18:14 Pacific
OS: win2k sp4
CPU/Ram: athlon xp 2400 / 512 meg
Comment:

I am wondering if it is possible to do this:

if a cells 1st character is a letter then do something, and if it is a number, do something else.

possible?



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: July 13, 2005 at 15:03:06 Pacific
Reply:

This will check is the contents of a cell is numeric or text.

=IF(ISNUMBER(A1),"Is Number","Not Number")

However it will evalute the whole cell. You can use LEFT(A1,1) but that only works on text fields. You may have to use a combination of formulas to to first convert a numeric field to text.

Stuart


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: wildcards in excel

Creating A Main Board in Excel www.computing.net/answers/office/creating-a-main-board-in-excel/8204.html

Print button in excel www.computing.net/answers/office/print-button-in-excel/8213.html

In excel automatically Sorting a row by date www.computing.net/answers/office/in-excel-automatically-sorting-a-row-by-date/9133.html