so I'm currently using Google Sheets for an expense tracker I am making.
Dialog:
CodePudding user response:
to answer my question, the following line of code will allow me to accomplish what I wanted: const MORETHANONEHUNDRED = v => v.filter(([a]) => a > 100);. Thank you to Tanaike for the assistance.


