Home > Software design >  How can I combine these 2 functions without going over the 50,000 character limit?
How can I combine these 2 functions without going over the 50,000 character limit?

Time:01-24

I tried to simply replace anytime I referenced the cell into the actual function inside of the referred cell. This normally works in every single other function I've done this with, but in this case, it's a big function and it gets referred to many times. This causes it to go over the 50,000 character limit for functions and this method no longer applies.

check out this spreadsheet to see the functions I'm talking about: enter image description here

  •  Tags:  
  • Related