#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Simple formula

I want a formula where if cell B3 = "yes", than B5 = "Tested", if "No", B5 =
"Not Tested"

I tried the simple help, all I ended up was with the formula showing in cell
B5 (I tried the ctl+)

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Simple formula

I ended up was with the formula showing in cell B5

Sounds like cell B5 is formatted as TEXT. Change the format to GENERAL then
retype the formula.

=IF(B3="Yes","Tested",IF(B3="No","Not Tested",""))

--
Biff
Microsoft Excel MVP


"raff98" wrote in message
...
I want a formula where if cell B3 = "yes", than B5 = "Tested", if "No", B5
=
"Not Tested"

I tried the simple help, all I ended up was with the formula showing in
cell
B5 (I tried the ctl+)

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Simple formula

On Dec 16, 9:24 am, raff98 wrote:
I want a formula where if cell B3 = "yes", than B5 = "Tested", if "No", B5 =
"Not Tested"


Perhaps put the following simple formula into B5:

=if(B3="yes", "Tested", "Not Tested")
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default Simple formula

Is Sunday... things are slow... I'm bored... so to be different...

"raff98" wrote in message
...
I want a formula where if cell B3 = "yes", than B5 = "Tested", if "No", B5
=
"Not Tested"

I tried the simple help, all I ended up was with the formula showing in
cell
B5 (I tried the ctl+)

Thanks!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default Simple formula

I **hate** the Ctrl+Enter short-cut that physically sends the message in
Windows Mail (and Outlook Express)! Let's try it again.

It's Sunday... things are slow... I'm bored... so to be different...

=RIGHT("Not Tested",6*(B5="Yes")+10*(B5="No"))

Rick

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
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Simple Formula Help? Siper1 Excel Worksheet Functions 5 October 8th 07 09:36 PM
Simple problem, simple formula, no FUNCTION ! Ron@Buy Excel Worksheet Functions 6 September 28th 07 04:51 PM
HELP WITH A SIMPLE FORMULA [email protected] Excel Discussion (Misc queries) 1 March 16th 07 10:16 PM
Need help with a simple formula tenaj New Users to Excel 2 April 24th 06 06:55 PM


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