A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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".