woodduck09
Technical User
I am writing a formula for fire engineering, the formula spreadsheet requires an iterated solution. I have time stepped my spreadsheet every 1 second. To find my answer i have written the code as follows:-
=MATCH($B$7,L2:L3601)
where:- $B$7 is my variable and the L column is where the worked solution is. The 'match' is the time in seconds.
The problem is - when I change my time step to anything other than 1 second, the 'match' doesn't evaluate the correct answer.
The formula obtains the information from the same table, the match will not match correctly.
thanks in advance
=MATCH($B$7,L2:L3601)
where:- $B$7 is my variable and the L column is where the worked solution is. The 'match' is the time in seconds.
The problem is - when I change my time step to anything other than 1 second, the 'match' doesn't evaluate the correct answer.
The formula obtains the information from the same table, the match will not match correctly.
thanks in advance