Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Trying to do exlude one item from an equation. Is there a easy way for
example: RIGHT(N11,2)<"ab", but want to keep the one circumstance of: "cab", but get rid of the rest of the frab thanks.. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Test it first
=IF(RIGHT(N11,3)="cab","yes",IF(RIGHT(N11,2)<"ab" ,"no","")) this is effectively an If ... Else. You will need to set appropriate return values. -- HTH RP (remove nothere from the email address if mailing direct) "nastech" wrote in message ... Trying to do exlude one item from an equation. Is there a easy way for example: RIGHT(N11,2)<"ab", but want to keep the one circumstance of: "cab", but get rid of the rest of the frab thanks.. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm not sure what your formula is supposed to do, but here is one way to
exclude "cab". =IF(N11<"cab",RIGHT(N11,2))<"ab" "nastech" wrote in message ... Trying to do exlude one item from an equation. Is there a easy way for example: RIGHT(N11,2)<"ab", but want to keep the one circumstance of: "cab", but get rid of the rest of the frab thanks.. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thankyou! was in an And Or Knot
"PCLIVE" wrote: I'm not sure what your formula is supposed to do, but here is one way to exclude "cab". =IF(N11<"cab",RIGHT(N11,2))<"ab" "nastech" wrote in message ... Trying to do exlude one item from an equation. Is there a easy way for example: RIGHT(N11,2)<"ab", but want to keep the one circumstance of: "cab", but get rid of the rest of the frab thanks.. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thankyou! was in an And Or Knot
"Bob Phillips" wrote: Test it first =IF(RIGHT(N11,3)="cab","yes",IF(RIGHT(N11,2)<"ab" ,"no","")) this is effectively an If ... Else. You will need to set appropriate return values. -- HTH RP (remove nothere from the email address if mailing direct) "nastech" wrote in message ... Trying to do exlude one item from an equation. Is there a easy way for example: RIGHT(N11,2)<"ab", but want to keep the one circumstance of: "cab", but get rid of the rest of the frab thanks.. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Help with macro formula and variable | Excel Worksheet Functions |