Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kpauli

  1. kpauli

    How to get around nested aggregate functions using AVG/COUNT?

    How can I get the average value of the data in column A only if there are more than 3 numbers greater than zero? It’s basically the equivalent of SELECT AVG(IIF(COUNT(IIF(columnA>0,1,0))>3,columnA,Null)) I think, but aggregate functions can’t be nested. I need to get this average for each...

Part and Inventory Search

Back
Top