Question : Parse Excel sheet.

Hi All, I need a formula that will minus the time in cell with another cell in same row based on the text in another cell same row - then apply this to many rows. Psuedo code below:

if text in A1 = "something" then A3 - A2

Thanks...

Answer : Parse Excel sheet.

Okay assuming you want answer to be blank if the text in a1 is not something, apply this formula in a4

=if(a1="something",a3-a2,"")

Saurabh...

Random Solutions  
 
programming4us programming4us