Sign in to join the conversation:
Hi all,
Our current LOOKUP and MATCH functions are case sensitive, e.g., "my task" will not match against "My task".
Would folks expect these functions to be case sensitive, case insensitive, or do you have no preference?
Thanks,
Daniel
I would say that changing capitalization is a common mistake and horrible way to intentionally differentiate entries, so I would expect searching functions to ignore it by default.
The best solution would be a "Match Case" checkbox or separate case sensitive and non-case sensitive functions (like Find vs Search in excel)
I concur with Eric. Though I know that some functions in Excel and Google Sheets are also looking for case sensitivity, it would be cool to have an optional modifier in the function to choose to be case-sensitive or not. Sometimes this modifier is found by including a 1 or 0 after the function, as an additional parameter of the function. I would expect that smartsheet would set up the function similar to what other users are used to but adding an optional criterion to turn on, or off, the case sensitivity could be useful.
Thank you both, we are looking into changing LOOKUP and MATCH to be case insensitive, to help users avoid unintentional errors due to case mismatch.
If you can think of a particular scenario where you would want to be able to toggle these to case sensitive, please let me know.
I would like to have the option to make it case sensitive or not. (Sidenote: I use the FIND function, and that is also case sensitive, even thought I don't always want it to be)
We will change the VLOOKUP and MATCH search term to be case insensitive in the coming month. In addition, the "true/false" parameter in VLOOKUP will no longer be case sensitive, so you can type "True" or "TRUE." You will also be able to enter 1 or 0 instead of "true" or "false."
These enhancements should help to avoid errors while typing formulas. Some existing errors may go away when we release.
I also use FIND, would like if that function is not case sensitive. Is there any way this may also happen?
Thank you,
Cel
Adding an optional parameter to control this would have been so much better
Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the…
Hello, I am trying to use JOIN-COLLECT to populate a cell with a contact by pulling from another sheet. However, when I use this formula it populates the cell with the name of the contact as a text string, but does not populate the cell with the contact itself. Both the column of cells being populated and the column the…
Hello Community, I need to create a report that shows capacity by month. My sheet tracks resource allocation on projects with resource start and end dates. (We can't afford the Resource Management module so we're doing it in Core SS). I've been asked to do a "heat map" of sorts where each column is a month. For each row…