Forum Discussion
squid2023
Mar 01, 2024Copper Contributor
Custom Function - LET or LAMDA?
I have a custom function to sum based upon interior color of a cell that works. Can this formula be mimicked by using LET or LAMBDA? If so.. how? Function ColorSum(myrange As Range, mycolorin...
SergeiBaklan
Mar 01, 2024Diamond Contributor
In addition, any function works with cell value only. If you'd like to work with cell properties like colour, that's VBA or Office Script.