K
K_Macd
I am trying to create a sumif function that captures values where the
evaluation range is less than than a particular criteria. Excel Help provides
the following example.
Result = SUMIF(Evaluation Range,"<30",Sum Range)
This works well but rather than have a static value of 30, I wish to point
to a value in a cell ie
Result = SUMIF(Evaluation Range,"<[d1]",Sum Range)
where [d1] is a cell containing a value but I need to find the correct
specification so that the formula can be dynamic.
My scenario is actually a date comparision but once I can get a number
comparision to work I can move to the next stage.
Thanks in anticipation
evaluation range is less than than a particular criteria. Excel Help provides
the following example.
Result = SUMIF(Evaluation Range,"<30",Sum Range)
This works well but rather than have a static value of 30, I wish to point
to a value in a cell ie
Result = SUMIF(Evaluation Range,"<[d1]",Sum Range)
where [d1] is a cell containing a value but I need to find the correct
specification so that the formula can be dynamic.
My scenario is actually a date comparision but once I can get a number
comparision to work I can move to the next stage.
Thanks in anticipation