Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi All
I cant for the life of me remember how to join 2 if functions together. I.e If the cell of a1 and a2 both meet the criteria then say YES etc. A1=100% A2=5 So i can do =if(a1100%, "Yes","NO") but i also want to say and if a2 is also above 4.9. Both A1 and A2 have to meet the criteria. I tried ifs like =if(a1100%&a24.9, "YES","NO") - didnt work. Its doing my head in now, es[ecially as i know i have done it before. Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
IF(AND(A1100,A24.9),"Yes","NO")
"Mattlynn via OfficeKB.com" wrote: Hi All I cant for the life of me remember how to join 2 if functions together. I.e If the cell of a1 and a2 both meet the criteria then say YES etc. A1=100% A2=5 So i can do =if(a1100%, "Yes","NO") but i also want to say and if a2 is also above 4.9. Both A1 and A2 have to meet the criteria. I tried ifs like =if(a1100%&a24.9, "YES","NO") - didnt work. Its doing my head in now, es[ecially as i know i have done it before. Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=if(AND(a1100%,a24.9), "YES","NO")
"Mattlynn via OfficeKB.com" wrote: Hi All I cant for the life of me remember how to join 2 if functions together. I.e If the cell of a1 and a2 both meet the criteria then say YES etc. A1=100% A2=5 So i can do =if(a1100%, "Yes","NO") but i also want to say and if a2 is also above 4.9. Both A1 and A2 have to meet the criteria. I tried ifs like =if(a1100%&a24.9, "YES","NO") - didnt work. Its doing my head in now, es[ecially as i know i have done it before. Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
thanks
Cerberus wrote: IF(AND(A1100,A24.9),"Yes","NO") Hi All I cant for the life of me remember how to join 2 if functions together. [quoted text clipped - 13 lines] Thanks Matt -- Matt Lynn Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...l-new/200807/1 |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try and see if this helps at all.
http://www.experiglot.com/2006/12/11...th-and-or-not/ "Mattlynn via OfficeKB.com" wrote: Hi All I cant for the life of me remember how to join 2 if functions together. I.e If the cell of a1 and a2 both meet the criteria then say YES etc. A1=100% A2=5 So i can do =if(a1100%, "Yes","NO") but i also want to say and if a2 is also above 4.9. Both A1 and A2 have to meet the criteria. I tried ifs like =if(a1100%&a24.9, "YES","NO") - didnt work. Its doing my head in now, es[ecially as i know i have done it before. Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISBLANK function not working when cell is blank dut to function re | Excel Discussion (Misc queries) | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |