Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 29
Default If function with text

I posted a question about if function earlier, but here is the a new twist.
I want to use a function probably the if function to check if say from cell
A2 to E1 to see if the value is less than .5 or no data or equal to o, if
true than give cell F1 a value of 1, and if cell A1 has not text in it,
then, give cell F1 a blank or nothing. How do I write this function?


  #2   Report Post  
Posted to microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 10,124
Default If function with text

try
=IF(ISTEXT(a1),"","Nottext")

--
Don Guillett
SalesAid Software

"Richard" wrote in message
. ..
I posted a question about if function earlier, but here is the a new twist.
I want to use a function probably the if function to check if say from cell
A2 to E1 to see if the value is less than .5 or no data or equal to o, if
true than give cell F1 a value of 1, and if cell A1 has not text in it,
then, give cell F1 a blank or nothing. How do I write this function?




  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default If function with text

Try =if(and(citeria 1," ",criteria 2," ",0))

"Richard" wrote:

I posted a question about if function earlier, but here is the a new twist.
I want to use a function probably the if function to check if say from cell
A2 to E1 to see if the value is less than .5 or no data or equal to o, if
true than give cell F1 a value of 1, and if cell A1 has not text in it,
then, give cell F1 a blank or nothing. How do I write this function?



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
using a conditional suffix in text function format syntax=text(value,format_text) Brotherharry Excel Worksheet Functions 1 January 13th 09 03:03 PM
Can Text Function change output text color? epiekarc Excel Discussion (Misc queries) 1 December 31st 08 02:58 AM
Advanced text function (combining text) Johan[_2_] Excel Worksheet Functions 2 March 27th 08 10:05 PM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
Macro or Function to make text size to suite text Length? lbbss Excel Discussion (Misc queries) 4 December 14th 04 07:53 PM


All times are GMT +1. The time now is 08:36 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"