$$Excel-Macros$$ Conditional Formatting using VBA

2011-12-06 Thread George Barrowcliff
Excel 2007- I have a spreadsheet that is updated frequently with new rows of data. I have a conditional format that is set for all rows and each time I add a new row I have to manually adjust the last row to encompass the newly added one. In the attached spreadsheet, new SKU data is added at the

Re: $$Excel-Macros$$ Conditional Formatting Excel 2007

2011-09-08 Thread George Barrowcliff
OK, please see attachment. zp18 On Thu, Sep 8, 2011 at 2:22 PM, Venkat CV wrote: > Hi , > > See Below Links... > http://www.contextures.com/xlcondformat03.html\ > > http://www.dummies.com/how-to/content/applying-conditional-formatting-in-excel-2007.html > > *Best Regards,* > *Venkat * > *Chenna

Re: $$Excel-Macros$$ Arithmetic with blank cells

2010-08-02 Thread George Barrowcliff
I like Dave's answer. It seems to work the best. Thanks. On Sun, Aug 1, 2010 at 1:28 AM, Dave Bonallack wrote: > Hi, > Try changing the formula in M3 to: > > IF(COUNT(M1,M2)>0,*SUM(M1:M2)*,"") > > I think *M1+M2* is the problem. The '+' operand can't seem to handle > non-numeric inputs, wherea

Re: $$Excel-Macros$$ Arithmetic with blank cells

2010-07-31 Thread George Barrowcliff
OK, here is an example: The whole idea is to prevent a data entry spreadsheet having a bunch of zeroes in all the totalizing columns. Cells K1,L1 and K2,L2 have been "Clear Contents", Cell M3 the totalizer cell is blank. Put a 1 in K1 and the #Value error appears in M3 Cell M1: =