Suburban Rhythm
10-19-2010, 12:02 PM
Not sure where I am going wrong on this-
Have a ss with 13 tabs, a Total and each month.
Each month will list a name and attendance, with multiple codes. At the end of the row is a sum of each possible code.
The Total page will be a running total, year to date, of the codes.
Here is the issue I am running into. As names are added (say a new name in October, not used from Jan-Sept), a row is inserted in the month tab and total tab.
I'd like to keep the formulas consistent throughout the Total tab, therefore for each name, it will look to all months. In the instances where a new name is added, I am getting an error (as expected) since that name isn't found in some months.
What formula can I use to eliminate the error, so that if the name doesn't exist for some months, I insert a "0", then continuing summing with the months I do get a value?
I've tried =IF(ISNA(VLOOKUP........)),"0",VLOOKUP(......)), no dice.
Same for ISERR and ISERROR.
Where am I going wrong?
Have a ss with 13 tabs, a Total and each month.
Each month will list a name and attendance, with multiple codes. At the end of the row is a sum of each possible code.
The Total page will be a running total, year to date, of the codes.
Here is the issue I am running into. As names are added (say a new name in October, not used from Jan-Sept), a row is inserted in the month tab and total tab.
I'd like to keep the formulas consistent throughout the Total tab, therefore for each name, it will look to all months. In the instances where a new name is added, I am getting an error (as expected) since that name isn't found in some months.
What formula can I use to eliminate the error, so that if the name doesn't exist for some months, I insert a "0", then continuing summing with the months I do get a value?
I've tried =IF(ISNA(VLOOKUP........)),"0",VLOOKUP(......)), no dice.
Same for ISERR and ISERROR.
Where am I going wrong?