View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Constantly Amazed Constantly Amazed is offline
external usenet poster
 
Posts: 41
Default Limit In Conditional Format

Hi

I'm using Excel 2002 and wanted to create a conditional form to check that
certain control characters were not present in data to be uploaded to a
database. I was using the OR function, so that I was not restricted by the
normal nested IF issue, in conjunction with
LEN(A1)-LEN(SUBSTITUTE(A1,"*","")) as the test.

OR should take up to 30 tests (according to Help) but I have found that in
entering this in the Conditional Formatting there appears to a limit of 254
characters (so I can only get 7. Can anyone confirm that this is the case
and if it has changed in later versions of Excel?

Is there an alternative test which does not use so many characters?

Thanks

G