Microsoft
Software
Hardware
Network
Question : subtotal data set using vba
Hi All,
This question is in reference to this thread:
http:Q_26292039.html
. I would like to have a subtotal row calculate at the end of the dataset for the listed column of months in the "Example-before" worksheet if the PID field is the same. So at the end data set, whether it is 3 lines or 20, I would like the code to subtotal the columns after the last row of the data.
Attachments:
Fruit-picker-05.xls
(36 KB)
(File Type Details)
File
Answer : subtotal data set using vba
something like this
=iif(Fields!LightsID.Value
=1,"True group",
iif(Fields!LightsID.Value = 3,"False group",
"other group"))
Random Solutions
Prudent use of Debug.Assert versus exception logging
Oracle SQL containing word
prstat vs top command
How do I remove old servers from backup Exec?
builing a basic Advertise with Us Functionality!
MS Excel 2007 & PDF - Exporting to PDF takes long hours!
Is there a page limit for crystal reports for export to pdf
Looking for Excel User Function not Text to Columns to Convert text values to date values.
server name
Display logon message to new users at first logon.