Tagged Questions
2
votes
12answers
329 views
Select uniques, and one of the doubles
I have a table with columns A, B and C.
Column A might have duplicates.
I need a query that will get me a resultset with unique values in column A, and I don't care which possible duplicate it takes.
...
1
vote
2answers
66 views
Updating any cell from a formula in Excel 2010
Say I have the formula: V = IR
In Excel, I need to calculate any of the combinations of this possible.
For example,
if I am given the value of I and R, I would need to display the result of V in ...
0
votes
1answer
98 views
Add 2 extra columns to an excel file
LS,
Since the Microsoft ODBC Excel Driver doesn't support ALTER TABLE/DELETE FROM(/UPDATE?) statements, I'm using alternative ways of getting the right data in the right place.
I still have one ...