I have a spreadsheet with dates in see below - column M is the difference between G and F - if G is Blank then it returns a blank in M - what I want is for the value in column u to show a 1 if the the value in column n is more than 100 - at the moment it also returns a 1 if the value is blank so the formula i came up with is:
=if(isblank(m2),0,(if(M2)<=100,1,0))
obviously doesn't work - any suggestions please)
t
=if(isblank(m2),0,(if(M2)<=100,1,0))
obviously doesn't work - any suggestions please)