Lambda: Turn Excel formulas into custom functions
techcommunity.microsoft.com
Lambda: Turn Excel formulas into custom functions
1–10 of 140 posts
Re: Lambda: Turn Excel formulas into custom functions
#2This is extremely significant to simplifying spreadsheets.
Re: Lambda: Turn Excel formulas into custom functions
#3This is extremely significant to simplifying spreadsheets.
Yes, but there is no mention of debugging. In the hands of Excel cowboys, this can become another foot gun.
Re: Lambda: Turn Excel formulas into custom functions
#4This is extremely significant to simplifying spreadsheets.
I see it making spreadsheets easier to convert into code, too. Many “business programs” begin as a spreadsheet.
Re: Lambda: Turn Excel formulas into custom functions
#5I hope they add an import and export function to this. Ideally you could sync these functions at an org level via O365.
Re: Lambda: Turn Excel formulas into custom functions
#6This is extremely significant to simplifying spreadsheets.
Yes, but there is no mention of debugging. In the hands of Excel cowboys, this can become another foot gun.
A number of bugs will be solved by moving to it (a copied function is typo’d in one cell, etc) and you can test it pretty easily in a cell.
Excel is basically a REPL with cells.
Re: Lambda: Turn Excel formulas into custom functions
#7I hope they add an import and export function to this. Ideally you could sync these functions at an org level via O365.
Then you need version control. Better to let the document be the boundary of consistency.
Re: Lambda: Turn Excel formulas into custom functions
#8Does Google sheets let you do anything like this?
Re: Lambda: Turn Excel formulas into custom functions
#9I love the branding "custom functions without code" right before a bunch of code.
Reminds me how early word processors (the person, not the software) were convinced to program word processors (the software this time) just by calling the programs "macros".
I'm not joining Microsoft's beta program right now, but I'm curious if anyone knows the data type of a =LAMBDA?
Re: Lambda: Turn Excel formulas into custom functions
#10They sort of already had this with the old style pre-VBA Excel macros.