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
Mail delivery has failed
How can I dynamically switch web service addresses in .NET without a recompile?
Quick Launch Tool Bar
Strip out ’s in mySQL query | XML Parsing Error: undefined entity
How to get lightbox to show over Flash banner?
Out of Office Assistant not working w/Forwarding Configured
Javascript to get <TD> inner text in MSIE, FF and Chrome
How do I use the Windows XP installation disc to replace missing system files?
Small Business mathematics
How do I get this PHP IMAP script to fetch the body of emails? I can't get it to work.