From d82483e0c4f9f06b9a68f40a1d1bb116c9da66b1 Mon Sep 17 00:00:00 2001 From: Miroslav Pokorny Date: Thu, 31 Oct 2024 18:02:04 +1100 Subject: [PATCH] README minor word changes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b77f9ee..3a59ffc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ The two links below provide links to available functions in Excel and Sheets - [Excel](https://support.microsoft.com/en-au/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188) - [Sheets](https://support.google.com/docs/table/25273?hl=en) -Note the list is incomplete when compared to Excel and Sheets and should be considered a work in progress. +Note the list is incomplete when compared to Excel and Sheets and should be considered a work in progress. The vast +majority of these functions are formula expression functions. - abs - acos @@ -183,8 +184,8 @@ Many more functions are outstanding and remain [TODO](https://github.com/mP1/wal # Search functions -The following functions are only useful within a search context, each extracting -a [SpreadsheetCell](https://github.com/mP1/walkingkooka-spreadsheet/blob/master/src/main/java/walkingkooka/spreadsheet/SpreadsheetCell.java) +The following functions are only useful within a search context, each extracting a +[SpreadsheetCell](https://github.com/mP1/walkingkooka-spreadsheet/blob/master/src/main/java/walkingkooka/spreadsheet/SpreadsheetCell.java) so the value may be used by a predicate to filter cells. They are not intended to be used with formula expressions. - cellFormattedValue