How do I filter results to be less than or greater than a cell reference? Fore example, if I want to show results greater than C4, whatever value C4 happens to show.
Date
Votes
1 comment
-
Jet Reports Historic Posts Daring,
You just need to add a "<" or ">" before the cell reference. Something like ">"&C4. Or in a Jet Formula,
=NL("Rows","Customer",,"Balance",">"&C4)
Please sign in to leave a comment.