#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 129
Default NOT equal to

How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default NOT equal to

Use the not equal operator, <. IF(A1<"Yes",True,False)

Tyro

"Neon520" wrote in message
...
How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default NOT equal to

=IF(A1<"YES","A1 is not Yes","A1 equals Yes")

Rick


"Neon520" wrote in message
...
How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default NOT equal to

Hi Neon,

< is the symbol for not equal to

HTH
Martin


"Neon520" wrote in message
...
How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default NOT equal to

Like this:

=IF(A1<"Yes",do_something,do_someting_else)

--
Biff
Microsoft Excel MVP


"Neon520" wrote in message
...
How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 129
Default NOT equal to

THANKS FOR THE RAPID REPLY, EVERYONE!!!
YOU GUYS HAVE BEEN REALLY HELPFUL!!!


"T. Valko" wrote:

Like this:

=IF(A1<"Yes",do_something,do_someting_else)

--
Biff
Microsoft Excel MVP


"Neon520" wrote in message
...
How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default NOT equal to

On Monday, January 14, 2008 at 4:43:03 PM UTC-5, Neon520 wrote:
How to write the criteria in the formula as NOT EQUAL TO?

For example, =if(A1 is NOT equal to "YES", do something, else do something
else)


I am trying to use the SUMIF function. And it is not accepting the < as not equal function. Here is the formula that is giving the error:

=SumIF(D3:D49,<"*Project Management",(C3:C49))

I am basically trying to sum up the rows for all entries that are not Project Management.

--

STATEMENT OF CONFIDENTIALITY:

This email may be confidential and/or protected by privilege. If you are
not the intended recipient, disclosure, copying, distribution and/or use
are prohibited; please notify us immediately at and
delete this copy from your system.
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default NOT equal to

Hi,

Am Fri, 15 Dec 2017 19:07:01 +0000 (UTC) schrieb tb:

What does the asterisk do in this part of the formula?

"<" &"*Project Management"

I don't think that it multiplies anything, right?


that is a placeholder for other text. The OP looks for cells with
"Project Management" at the end of the text.


Regards
Claus B.
--
Windows10
Office 2016
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
can I make cell "yes" equal 1, "no" equal 0 can I make cell yes equal 1, no equa Excel Discussion (Misc queries) 4 April 22nd 23 06:09 AM
Value of Less Than Zero to Equal Zero thomasstyron Excel Discussion (Misc queries) 6 July 31st 05 02:42 AM
Between or Equal to Coltsfan Excel Discussion (Misc queries) 2 July 29th 05 12:01 AM
not equal to zero ellebelle Excel Worksheet Functions 3 June 23rd 05 12:35 PM
Getting 0 to equal 1 soxn4n04 Excel Worksheet Functions 9 November 30th 04 04:15 PM


All times are GMT +1. The time now is 02:32 AM.

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"