Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
applying Keithlo's explanation, you get.
IF(AND(Sheet!B3="(ALL"), Sheet!W3 = "(ALL"), "specific", Sheet!B3) Shouldn't that be like Sheet1!B3 or Sheet2!B3 etc. ? Or does that mean ActiveSheet in Excel speak? "geebee" wrote: hi, i have a cell in my worksheet that i am trying to do someting with ... trying to add "AND" in the IF statement calculation IF(sheet!B3 = "(ALL)", "specific", sheet!B3) I tried the follwing but got an error: IF(sheet!B3 = "(ALL)" AND sheet!W3 = "(ALL)", "specific", sheet!B3) how can i add the "AND"? thanks in advance, geebee |