#1   Report Post  
Posted to microsoft.public.excel.misc
Coltsfan
 
Posts: n/a
Default 2 Criteria Formula


I am trying to write a formula that says something like if(a2="Tier 2"
and A3="January","Monthly","". I don't know how to do the and for a 2
criteria formula. Any help?


--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779

  #2   Report Post  
Posted to microsoft.public.excel.misc
Anne Troy
 
Posts: n/a
Default 2 Criteria Formula

Try IF(AND
See:
http://www.officearticles.com/excel/...soft_excel.htm
Likely, =IF(AND(a2="Tier 2",a3="January"),"Monthly","what to do if it
doesn't equal monthly")

************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Coltsfan" wrote in
message ...

I am trying to write a formula that says something like if(a2="Tier 2"
and A3="January","Monthly","". I don't know how to do the and for a 2
criteria formula. Any help?


--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile:
http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779



  #3   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default 2 Criteria Formula

Hi!

Try this:

=IF(AND(A2="Tier
2",OR(A3={"January","Monthly"})),................. ......................)

Steeler fan!

Biff

"Coltsfan" wrote in
message ...

I am trying to write a formula that says something like if(a2="Tier 2"
and A3="January","Monthly","". I don't know how to do the and for a 2
criteria formula. Any help?


--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile:
http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779



  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default 2 Criteria Formula

maybe...

=if(and(a2="tier 2",a3="January"),"monthly","Somethingelse")

I feel your pain--Bears fan.

Coltsfan wrote:

I am trying to write a formula that says something like if(a2="Tier 2"
and A3="January","Monthly","". I don't know how to do the and for a 2
criteria formula. Any help?

--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
Kassie
 
Posts: n/a
Default 2 Criteria Formula

Hi Coltsfan

=IF(AND(A2="Tier 2",A#="January"),"Monthly,"")
Hth

"Coltsfan" wrote:


I am trying to write a formula that says something like if(a2="Tier 2"
and A3="January","Monthly","". I don't know how to do the and for a 2
criteria formula. Any help?


--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779




  #6   Report Post  
Posted to microsoft.public.excel.misc
Kassie
 
Posts: n/a
Default 2 Criteria Formula

=IF(AND(A2="Tier 2",A3="January"),"Monthly","")

"Coltsfan" wrote:


I am trying to write a formula that says something like if(a2="Tier 2"
and A3="January","Monthly","". I don't know how to do the and for a 2
criteria formula. Any help?


--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779


  #7   Report Post  
Posted to microsoft.public.excel.misc
Coltsfan
 
Posts: n/a
Default 2 Criteria Formula


Thanks for the reply on this formula. It worked. I will now disappear
due to the Colts Loss till next season!


--
Coltsfan
------------------------------------------------------------------------
Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
View this thread: http://www.excelforum.com/showthread...hreadid=501779

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
formula to find the filter criteria [email protected] Excel Worksheet Functions 12 December 30th 05 07:04 PM
Advanced Filter criteria (formula) Gareth Excel Worksheet Functions 3 December 20th 05 09:12 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Need formula to check values of data in several cells as criteria VCTECH Excel Worksheet Functions 0 November 19th 04 09:54 PM


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