#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default TEXT issues

The following is the Row of codes that states like INVMP etc.

How can I formulate in a cell to tell me that when the code row is a text,
give me result 'Clearance'
For example
Cell A2 is shown as "INVMP". A formula that states results in cell A1
'Clearance' and if A2 is blank, it will show as blank and if A2 is a
numeric
e.g. 12222 and result in A2 will show as 12222.
Code
INVMP
INVMP
INVTT
INVTA

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default TEXT issues

hi
i may be a little confused but try this and see if it is what you want....
=IF(A2="","",IF(ISTEXT(A2),"Clearence",A2))

regards
FSt1

"Jafferi" wrote:

The following is the Row of codes that states like INVMP etc.

How can I formulate in a cell to tell me that when the code row is a text,
give me result 'Clearance'
For example
Cell A2 is shown as "INVMP". A formula that states results in cell A1
'Clearance' and if A2 is blank, it will show as blank and if A2 is a
numeric
e.g. 12222 and result in A2 will show as 12222.
Code
INVMP
INVMP
INVTT
INVTA

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default TEXT issues

FSt1.. THANK YOU VERY MUCH! This helps

"FSt1" wrote:

hi
i may be a little confused but try this and see if it is what you want....
=IF(A2="","",IF(ISTEXT(A2),"Clearence",A2))

regards
FSt1

"Jafferi" wrote:

The following is the Row of codes that states like INVMP etc.

How can I formulate in a cell to tell me that when the code row is a text,
give me result 'Clearance'
For example
Cell A2 is shown as "INVMP". A formula that states results in cell A1
'Clearance' and if A2 is blank, it will show as blank and if A2 is a
numeric
e.g. 12222 and result in A2 will show as 12222.
Code
INVMP
INVMP
INVTT
INVTA

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
Chart and text box issues cempire5 Charts and Charting in Excel 4 October 17th 07 07:43 PM
Text alignment issues in Excel 2007 Stephanie H Excel Discussion (Misc queries) 2 September 11th 07 04:22 PM
Issues with white space when printing & with wrapping text Michelle Excel Discussion (Misc queries) 0 June 15th 06 10:02 PM
Issues with saving text file Shane Malden Excel Worksheet Functions 0 October 25th 05 04:37 PM
Access Excel Linked Text and Number Issues Scott Excel Discussion (Misc queries) 2 October 4th 05 09:24 PM


All times are GMT +1. The time now is 09:20 PM.

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

About Us

"It's about Microsoft Excel"