What is the most useless Excel Function

Posted on Tuesday 4 July 2006

It struck me today that the DGET function might be the most useless fuction in the whole of Excel, this is from the help file:

DGET

Extracts a single value from a column of a list or database that matches conditions you specify.

Syntax DGET(database,field,criteria)

Remarks

If no record matches the criteria, DGET returns the #VALUE! error value. If more than one record matches the criteria, DGET returns the #NUM! error value.

 

So it basically returnes one cells if the criteria happens to be the ONLY one that matches what you have specified. What gets your vote for the worst Function?


3 Comments for 'What is the most useless Excel Function'

  1.  
    Omar
    5 July 2006 | 4:10 am
     

    Thanks for the pointer to DGET. I think that one will actually solve a potential problem for me. I won’t go into the details, but Vlookup concerns me in a certain application because it might match to the wrong value. DGET will make multiple matches fully apparent allowing me to deal with the situation.

    As far as my vote for the most useless function? Well, I’ve never been able to figure out where to use NA.

  2.  
    Andy Pope
    5 July 2006 | 7:50 pm
     

    Omar, NA() is very useful when chartnig results for formula

    =IF( mytest , myresult , NA() )

    stops lines from dropping to zero.

  3.  
    6 July 2006 | 9:21 am
     

    well there you go with the NA(), I didn’t even know there was such a formula! Thanks Andy!

Leave a comment

(required)

(required)


.

Use [VBA] Your Code [/VBA], when posting code, cheers Ross x /


RSS feed for comments on this post | TrackBack URI