Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / April 2008

Tip: Looking for answers? Try searching our database.

Access equivalent of Excel's Product()

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bismuth83@gmail.com - 23 Apr 2008 20:42 GMT
Excel has a cell formula called Product() that can operate on a list
of varying size.  Basically I'm looking for the equivalent for an
Access query.  I haven't found anything, and it seems like such a
simple function.

Something along the lines of:
SELECT ValueTable.lineid, Sum(ValueTable.value) AS SumOfvalue
FROM ValueTable
GROUP BY ValueTable.lineid;
... except, instead of Sum() it'd be some elusive Product() function
that I can't find.

Thanks --
Golfinray - 23 Apr 2008 21:06 GMT
This may not at all be what you are looking for, but one way to use products
is like this:
My product:=[tablename.filedname]*[tablename.fieldname]

> Excel has a cell formula called Product() that can operate on a list
> of varying size.  Basically I'm looking for the equivalent for an
[quoted text clipped - 9 lines]
>
> Thanks --
bismuth83@gmail.com - 23 Apr 2008 21:06 GMT
Okay, I didn't look hard enough.  Exp(Sum(Log([value]))) does the
trick.

Thanks --
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.