Share via

Message: Too many arguments for this function.

Anonymous
2010-12-08T16:19:14+00:00

When entering the following formula as a Conditional Formatting rule:

=len(trim($X$28,$AD$28,$X$30))=0

I get the following message: "You've entered too many arguments for this function.  To get help with this function, click OK to close this message.  Then click the Insert Function button located to the left of the equal sign in your formula."

I closed the message, but there is no "Insert Function" button visible.

How do I resolve this where CF will accept the formula?

Note: This is a continuation of a post onTuesday, December 07, 2010 2:30 PM, "Quote mark pair differences in conditional formatting” that remains open and not marked as answered.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-12-08T16:29:17+00:00

Phil Hageman wrote:

When entering the following formula as a Conditional Formatting rule:

=len(trim($X$28,$AD$28,$X$30))=0

I get the following message: "You've entered too many arguments for this function. [....]"

I suspect you want:

=len(trim($X$28 & $AD$28 & $X$30))=0

If not, explain in English what you are trying to accomplish.  That is, "test <what?> for a length of zero".

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful