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
changing external server name.. do I need to change anything in Outlook
Calling IE to run on second monitor in batch file log in script
How to find and replace specific string with blank using sed or any better cmd?
Help with Lucene query in Alfresco
How to access class due to 'cannot instantiate abstract class' error
IF - Then script based on file date?
loop an array in an array and insert into db
FTP - without log in
Apply gradient to cuved shape, like an 'S'
Comparing columns in a table