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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

IF Statement Yes/No



 
 
Thread Tools Display Modes
  #1  
Old May 27th, 2010, 09:04 PM posted to microsoft.public.excel.misc
Rod
external usenet poster
 
Posts: 307
Default IF Statement Yes/No

I am trying to write and IF Statement which will give me a "yes" if over 50%
and a "no" if under 50% for below table

Percent resolved
29%
38%
94%
67%
74%
63%
91%
81%

Many thanks
Rod
  #2  
Old May 27th, 2010, 10:53 PM posted to microsoft.public.excel.misc
Rod
external usenet poster
 
Posts: 307
Default IF Statement Yes/No

thank you much apprecaited
--
ROD


"Jacob Skaria" wrote:

Try
=IF(A150%,"Yes","No")

'to handle blanks
=IF(A1,IF(A150%,"Yes","No"),"")

--
Jacob (MVP - Excel)


"Rod" wrote:

I am trying to write and IF Statement which will give me a "yes" if over 50%
and a "no" if under 50% for below table

Percent resolved
29%
38%
94%
67%
74%
63%
91%
81%

Many thanks
Rod

  #3  
Old May 27th, 2010, 11:04 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default IF Statement Yes/No

Try
=IF(A150%,"Yes","No")

'to handle blanks
=IF(A1,IF(A150%,"Yes","No"),"")

--
Jacob (MVP - Excel)


"Rod" wrote:

I am trying to write and IF Statement which will give me a "yes" if over 50%
and a "no" if under 50% for below table

Percent resolved
29%
38%
94%
67%
74%
63%
91%
81%

Many thanks
Rod

 




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 08:42 AM.


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