Tagged Questions
1
vote
1answer
636 views
Array formulas and PasteSpecial:=Formats
I have this small issue in a workbook. I wanted to simply a very long function by using array formulas. The formula works well and produces the expected results. However, in my VBA macro I copy and ...
0
votes
2answers
4k views
I need to ignore blank cells in an excel 2007 MIN array but I keep getting 0's
Here is the array I have:
{=MIN(IF('APRIL 2011'!E3:E999<>"",'APRIL 2011'!E3:E999
*('APRIL 2011'!E3:E999*('APRIL 2011'!D3:D999='APRIL TOTALS'!A2))))}
It still returns zeroes with empty ...