A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

YES or NO formulas



 
 
Thread Tools Display Modes
  #1  
Old April 30th, 2010, 08:28 PM posted to microsoft.public.excel.worksheet.functions
Alyssa
external usenet poster
 
Posts: 21
Default YES or NO formulas

Hi,

I have a column that has a series of numbers it will always be either 10000
or 10100 , I want it to return a No for 10000 or Yes for 10100 in the field
next to it,

I have tried and I can't seem to make it work, I can do one or the other,
any assistance would be greatly appreciated.

The cells I am using for example are BF20 to BF34 and the answer I want to
go into BG20 to BG34

Thanks!!!!
  #2  
Old April 30th, 2010, 08:34 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_]
external usenet poster
 
Posts: 489
Default YES or NO formulas

BG20: =IF(BF20=10000,"No","Yes")

and copy down

--

HTH

Bob

"Alyssa" wrote in message
...
Hi,

I have a column that has a series of numbers it will always be either
10000
or 10100 , I want it to return a No for 10000 or Yes for 10100 in the
field
next to it,

I have tried and I can't seem to make it work, I can do one or the other,
any assistance would be greatly appreciated.

The cells I am using for example are BF20 to BF34 and the answer I want to
go into BG20 to BG34

Thanks!!!!



  #3  
Old April 30th, 2010, 08:50 PM posted to microsoft.public.excel.worksheet.functions
FSt1
external usenet poster
 
Posts: 2,788
Default YES or NO formulas

hi
=IF(BG20=10000,"No","Yes")

regars
FSt1

"Alyssa" wrote:

Hi,

I have a column that has a series of numbers it will always be either 10000
or 10100 , I want it to return a No for 10000 or Yes for 10100 in the field
next to it,

I have tried and I can't seem to make it work, I can do one or the other,
any assistance would be greatly appreciated.

The cells I am using for example are BF20 to BF34 and the answer I want to
go into BG20 to BG34

Thanks!!!!

  #4  
Old April 30th, 2010, 10:16 PM posted to microsoft.public.excel.worksheet.functions
FSt1
external usenet poster
 
Posts: 2,788
Default YES or NO formulas

oops.
that should be
=IF(BF20=10000,"No","Yes")

sorry.
FSt1

"FSt1" wrote:

hi
=IF(BG20=10000,"No","Yes")

regars
FSt1

"Alyssa" wrote:

Hi,

I have a column that has a series of numbers it will always be either 10000
or 10100 , I want it to return a No for 10000 or Yes for 10100 in the field
next to it,

I have tried and I can't seem to make it work, I can do one or the other,
any assistance would be greatly appreciated.

The cells I am using for example are BF20 to BF34 and the answer I want to
go into BG20 to BG34

Thanks!!!!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:43 PM.


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