Image describing the problem http://img215.imageshack.us/img215/3725/20100314235127schedule2.jpg
I hope the image above can explain what I need. :)
Task 1: Get the date when this is the first value in a row
Task 2: get the date when the value is 100
I would also add the actual excel file, but I limited myself to posting only 1 link.
Function for left blue cell:
= IF (COUNTIF (L11: BJ11, "> 0"), index ($ L $ 2: $ BJ $ 2, MATCH (TRUE, INDEX (L11: BJ11> 0,0), 0)), "")
Function for the right blue cell:
= ( (L11: BJ11,100), ($ L $2: $BJ $2, MATCH (100, L11: BJ11,0)), "")
Source: https://habr.com/ru/post/1736893/More articles:need help with jquery selector - javascriptHow can I display a PPT file in a Java applet? - javaIs there a timeout for threads waiting for a synchronized method in Java? - javaThe default values โโof parameters for native functions in jquery - functionHow to get * .cer file to add self-signed HTTPS certificate as reliable for Java - javaUsing jQuery to parse RSS feeds having firefox and chrome issues - jqueryPyYAML parsed into an arbitrary object - pythonHow to put jpanel in a dialog box? - javac / c ++ how to convert short to char - c ++How to put image and bottom text together in UIButton? - objective-cAll Articles