D
Dark Horse
In a spreadsheet I have columns that perform different parts of a
calculation, these are all brought together in one final formula.
However, it is possible for one column to return negative values - but I
want to ignore these and only use any positive values that are returned.
IF 'T2'<0 seems to make sense as a beginning, where T2 is the first cell
containing a value.
But where do I go from there, what makes a viable ending?
TIA
Dave
calculation, these are all brought together in one final formula.
However, it is possible for one column to return negative values - but I
want to ignore these and only use any positive values that are returned.
IF 'T2'<0 seems to make sense as a beginning, where T2 is the first cell
containing a value.
But where do I go from there, what makes a viable ending?
TIA
Dave