
S Moore
-
Comment Group, VLookup assistance
Hello, I have an invoices database, with a table named Invocies, within invoices, I have a text box called "Comment" I use the comment field to sort-of organize my invoices the way I prefer.…
-
Convert decimal into fraction
Hello, I am looking to create a formula that will convert 'Number' from a decimal value to a fraction value. For example: 0.5 to 1/2, 0.75 to 3/4
-
CRM DB
has anyone created a CRM db they are willing to share? ps. That's more in depth than the default CRM.
-
Incorporate icon with styled()
How do I an incorporate an icon with styled(text(),color0,0,0) in a table?
-
Concat Formula
Is there any way to display a concat formula, but instead of displaying the items in a view like: sample 1, sample 2, sample 3, sample 4 Can I have them in a list view, for example:…
-
Formula for YTD Calculations
I am trying to create a formula that sums the sales from the year. So far I have (but is not working) let d :=today(); sum(Invoice.'Invoice Sum' where year(Invoice.…