Re: $$Excel-Macros$$ Incorporating a List into a formula - Excel 2007

2010-10-16 Thread Susan
> =IF($H$2 <= indirect("'C:\Documents and Settings\All Users\Documents\Budget > \Finances\2010\[Budget_Estimation_Tys.xls]Sheet1'!" & G2), > ,"Within budget","Over budget") > > should work.. > (although I don't know if you

Re: $$Excel-Macros$$ Incorporating a List into a formula - Excel 2007

2010-10-14 Thread Paul Schreiner
(although I don't know if you need the single quotes (')) I'd first try the formula using named ranges, then replace the named range with the Indirect() function. Paul - Original Message > From: Susan > To: MS EXCEL AND VBA MACROS > Sent: Wed, October 13, 2

Re: $$Excel-Macros$$ Incorporating a List into a formula - Excel 2007

2010-10-13 Thread Susan
Here is my formula =IF($H$2<='C:\Documents and Settings\All Users\Documents\Budget \Finances\2010\[Budget_Estimation_Tys.xls]Sheet1'!$B$2,"Within budget","Over budget") H2 is the Average per month calculation , this is correct and the formula is working correctly for averaging. B2 is the estimat

Re: $$Excel-Macros$$ Incorporating a List into a formula - Excel 2007

2010-10-13 Thread Paul Schreiner
A lot is going to depend on what your data looks like and what you're trying to accomplish. For instance To ME, when you say that you want the "formula" to change, my first interpretation is that if you select "Groceries", you want the average, but if you select "Utilities", then you want th