Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to find the filter criteria | Excel Worksheet Functions | |||
Advanced Filter criteria (formula) | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Need formula to check values of data in several cells as criteria | Excel Worksheet Functions |