ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula w exception (https://www.excelbanter.com/excel-discussion-misc-queries/26563-formula-w-exception.html)

Micayla Bergen

formula w exception
 
can i have a formula that looks for one thing but with exceptions?
i.e. =IF(LEN(A5)3,1,"") but if A5 contains CMT, DIVS or FUND
many thanks

Bernard Liengme

=IF(OR(ISERROR(SEARCH("CMT",A5)),ISERROR(SEARCH("D IVS",A5)),ISERROR(SEARCH("FUND",A5)),
IF(LEN(A5)3,1,""), "" )
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Micayla Bergen" wrote in message
...
can i have a formula that looks for one thing but with exceptions?
i.e. =IF(LEN(A5)3,1,"") but if A5 contains CMT, DIVS or FUND
many thanks




Micayla Bergen

Thanks Bernard. however i get an error saying there is a missing parenthesis,
so i have added one to the end, then i get a formula message saying i am
missing the value if true value if false values

"Bernard Liengme" wrote:

=IF(OR(ISERROR(SEARCH("CMT",A5)),ISERROR(SEARCH("D IVS",A5)),ISERROR(SEARCH("FUND",A5)),
IF(LEN(A5)3,1,""), "" )
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Micayla Bergen" wrote in message
...
can i have a formula that looks for one thing but with exceptions?
i.e. =IF(LEN(A5)3,1,"") but if A5 contains CMT, DIVS or FUND
many thanks





Micayla Bergen

so i have tried this
=IF(OR(ISERROR(SEARCH("CMT",A6)),ISERROR(SEARCH("D IVS",A6)),ISERROR(SEARCH("FUND",A6))),,IF(LEN(A6) 3,1,""))
and still get nothing

"Bernard Liengme" wrote:

=IF(OR(ISERROR(SEARCH("CMT",A5)),ISERROR(SEARCH("D IVS",A5)),ISERROR(SEARCH("FUND",A5)),
IF(LEN(A5)3,1,""), "" )
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Micayla Bergen" wrote in message
...
can i have a formula that looks for one thing but with exceptions?
i.e. =IF(LEN(A5)3,1,"") but if A5 contains CMT, DIVS or FUND
many thanks






All times are GMT +1. The time now is 12:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com