Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to make an if stament that says if something is this and this, do
option a, if its this and this do option b, and if neither do c Kinda like an else if. Is this possible in excel? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Yes you need to combine IF and AND statements =if(and(a10,b10),c1,if(and(a20,b20),c2,c3)) in the above example if a1 0 and b10 return c1 else if a20 and b20 return c2 otherwise return c3 Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=552223 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(AND(condition1,condition2),do1,IF(AND(conditio n3,conditon4),do2,do3))
HTH "bastien86" wrote: I want to make an if stament that says if something is this and this, do option a, if its this and this do option b, and if neither do c Kinda like an else if. Is this possible in excel? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That you very much, both of you.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|