View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default IF functions with multiple results including blank

Try this:

=IF(C3="","",IF(LEN(C3)<=D3,"Entry Acceptable","Too Many Characters"))


--
Biff
Microsoft Excel MVP


"Steve" wrote in message
...
=IF(LEN(C3)<=D3,"Entry Acceptable","Too Many Characters")
C3 starts off empty and is an input field. D3 is the maximum number of
characters including spaces allowed.
Trying to add another step to formula that if cell C3 is blank/empty no
result would be shown.
--
Steve