I have an excel file like this:
could anyone help me to find the first cell (from left to right) so that cumulative sum >=0
demo file
With ms365 try:
Formula in C6:
C6
=XLOOKUP(TRUE,SCAN(0,C2:J2,LAMBDA(a,b,a+b))>=0,C2:J2,"No value >= 0")