Google Sheets infers desired function from manual editing operation
In cell D2 I was manually hand typing Academic advising in order to produce shortened labels.
When I click on D3 the cell automatically displayed Moodle. I was surprised - I am accustomed to Sheets automatically suggesting prior entries, but Moodle was not a prior entry. I was puzzled but I went ahead and typed Moodle. Then Sheets suggested an automatic fill down with only the text after the full colon.
I was stunned. How did Sheets know what I was doing? I looked up at the address bar and there was formula that I HAD NOT TYPED. Sheets saw that I was parsing on the full colon and finished the task for me by suggesting a function that accomplished the parsing for me. I know parsing functions. I could have written set of functions this myself. But I had only eight rows to edit and retyping was simply faster than writing and debugging the necessary nested functions.
I also immediately understood that the code must be Gemini AI under the hood watching what I am doing and suggesting a faster way via functions. Color me impressed.
Comments
Post a Comment