Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a shorter way to do this formula:
=if( or(a1="test",b1="test",c1="test",d1="test"),"true" ,"false" ) ? Looking for something like =if ( a1:d1 = "test", "true","false") Thanks, Andrew V. Romero |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=if(countif(A1:D1,"text")0,True,False)
or just =countif(A1:D1,"text")0 -- Regards, Tom Ogilvy wrote in message ups.com... Is there a shorter way to do this formula: =if( or(a1="test",b1="test",c1="test",d1="test"),"true" ,"false" ) ? Looking for something like =if ( a1:d1 = "test", "true","false") Thanks, Andrew V. Romero |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NESTED IF STATEMENTS | New Users to Excel | |||
Help with nested if/or statements | Excel Discussion (Misc queries) | |||
nested if statements | Excel Worksheet Functions | |||
Nested IF statements | Excel Worksheet Functions | |||
Nested IF statements | Excel Worksheet Functions |