Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default IF Calculation and Operations

I want to use a formula that will state IF team is Mets, Pirates, Cardinals
then put North, if not South. I don't know how to write an OR statement. In
other words, if the team name is Mets, Pirates or Cardinals I want to put in
North, if not put in South division.
--
Rich
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default IF Calculation and Operations

On Feb 4, 8:04*am, Rich wrote:
I want to use a formula that will state IF team is Mets, Pirates, Cardinals
then put North, if not South. *I don't know how to write an OR statement. *In
other words, if the team name is Mets, Pirates or Cardinals I want to put in
North, if not put in South division. *
--
Rich


Try =IF(OR(A1="Mets",A1="Pirates",A1="Cardinals"),"Nor th","South")

Assuming your team name is in A1

HTH

Murray
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default IF Calculation and Operations


--
Rich


"Murray" wrote:

On Feb 4, 8:04 am, Rich wrote:
I want to use a formula that will state IF team is Mets, Pirates, Cardinals
then put North, if not South. I don't know how to write an OR statement. In
other words, if the team name is Mets, Pirates or Cardinals I want to put in
North, if not put in South division.
--
Rich


Try =IF(OR(A1="Mets",A1="Pirates",A1="Cardinals"),"Nor th","South")

Assuming your team name is in A1

HTH

Murray

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default IF Calculation and Operations

Thanks, it worked.
--
Rich


"Murray" wrote:

On Feb 4, 8:04 am, Rich wrote:
I want to use a formula that will state IF team is Mets, Pirates, Cardinals
then put North, if not South. I don't know how to write an OR statement. In
other words, if the team name is Mets, Pirates or Cardinals I want to put in
North, if not put in South division.
--
Rich


Try =IF(OR(A1="Mets",A1="Pirates",A1="Cardinals"),"Nor th","South")

Assuming your team name is in A1

HTH

Murray

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
Repeat Operations Adam1 Chicago Excel Discussion (Misc queries) 4 January 25th 07 04:31 PM
how to concatenate operations k_d_w Excel Worksheet Functions 1 October 5th 06 11:50 AM
OWC operations in Excel mondayisgreat Excel Discussion (Misc queries) 0 March 3rd 06 03:07 PM
Intersect operations heyes Excel Worksheet Functions 4 February 14th 06 05:13 PM
operations on arrays dreamz Excel Worksheet Functions 0 January 31st 06 04:28 PM


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