#1   Report Post  
Posted to microsoft.public.excel.misc
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 226
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
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


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



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