Y
Yakimo
Hi folks,
I have a flat table with 3 columns
Name Time Value
-------------------------
John 0:30 7
Peter 0:40 8
Joe 0:50 1
John 1:30 88
Can I use somehow a function in order to get f.ex. the value for John,
i.e.
=F(Value,Peter,0:40)
DGet has similar functionality, but the criteria expression a column
containing a range
It seems I need something like GetPivotData, but I don't have a Pivot table.
Of course I can build one and get my values, but it seems not the right
solution
I have another solution also - to concatenate the first 2 columns and later
on to use SumIf, where the range will be the concatenated column and the
criteria will be concatenation of my 2 fields..
Is there any other more elegant solution?
Thanks,
Yakimoto
I have a flat table with 3 columns
Name Time Value
-------------------------
John 0:30 7
Peter 0:40 8
Joe 0:50 1
John 1:30 88
Can I use somehow a function in order to get f.ex. the value for John,
i.e.
=F(Value,Peter,0:40)
DGet has similar functionality, but the criteria expression a column
containing a range
It seems I need something like GetPivotData, but I don't have a Pivot table.
Of course I can build one and get my values, but it seems not the right
solution
I have another solution also - to concatenate the first 2 columns and later
on to use SumIf, where the range will be the concatenated column and the
criteria will be concatenation of my 2 fields..
Is there any other more elegant solution?
Thanks,
Yakimoto