Excel VBA

<p>Data processing, dynamic reporting, and workbook automation.</p>

Solved July 5, 2014

Excel Sum If Year Equals

I got two columns of data; A: 12/31/2013 12/30/2013 12/29/2013 12/28/2013 12/27/2013 12/26/2012 B: 10 10 10 10 10 5 my formula is :…

thumb_up 7 trending_up 4
Solved April 16, 2014

open xml reading from excel file

I want to implement openXml sdk 2.5 into my project. I do everything in this link using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using…

thumb_up 22 trending_up 10
Solved April 8, 2014

Pandas: Reading Excel with merged cells

I have Excel files with multiple sheets, each of which looks a little like this (but much longer): Sample CD4 CD8 Day 1 8311…

thumb_up 7 trending_up 4
Solved March 31, 2014

out of memory error while naming chart

I am getting an "out of memory" error while trying to name a chart. I need to be able to reference this chart later…

thumb_up 8 trending_up 4
Solved March 28, 2014

Excel: Scalar product of two ranges

I am trying to find a proper way to calculate the scalar product of two ranges. For instance, the product of A1:A3 and B1:B3…

thumb_up 17 trending_up 11