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 Formula



 
 
Thread Tools Display Modes
  #1  
Old May 17th, 2010, 10:52 PM posted to microsoft.public.excel.misc
Redroc
external usenet poster
 
Posts: 1
Default IF Formula

I'm needing a formula that will do the following...

If cell A1 is 1 it shows with the word Developing. If A1 is 2 it shows with
the word Performing. If A1 is 3 it shows with the word Leading.

Thanks
  #2  
Old May 17th, 2010, 10:57 PM posted to microsoft.public.excel.misc
Gary Keramidas[_4_]
external usenet poster
 
Posts: 66
Default IF Formula

you could put this formula in b1

=CHOOSE(A1,"Developing","Performing","Leading")

--


Gary Keramidas
Excel 2003


"Redroc" wrote in message
...
I'm needing a formula that will do the following...

If cell A1 is 1 it shows with the word Developing. If A1 is 2 it shows
with
the word Performing. If A1 is 3 it shows with the word Leading.

Thanks


  #3  
Old May 17th, 2010, 10:58 PM posted to microsoft.public.excel.misc
Don Guillett[_2_]
external usenet poster
 
Posts: 607
Default IF Formula

Look in the help index for IF

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Redroc" wrote in message
...
I'm needing a formula that will do the following...

If cell A1 is 1 it shows with the word Developing. If A1 is 2 it shows
with
the word Performing. If A1 is 3 it shows with the word Leading.

Thanks


  #4  
Old May 18th, 2010, 03:00 AM posted to microsoft.public.excel.misc
Ms-Exl-Learner
external usenet poster
 
Posts: 13
Default IF Formula

=IF(A1=1,"DEVELOPING",IF(A1=2,"PERFORMING",IF(A1=3 ,"LEADING","")))

--
Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------

"Redroc" wrote in message
...
I'm needing a formula that will do the following...

If cell A1 is 1 it shows with the word Developing. If A1 is 2 it shows
with
the word Performing. If A1 is 3 it shows with the word Leading.

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 06:02 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.