Silly me, it was showing zero because I had not converted it to a percentage like I wanted. The formula was correct and worked for me, thank you!
I now have another question...I want to create a graph from my data that automatically updates with new entries and also ignores 0's. The cells with 0's in them have formulas and are returning a 0 value because entries have not been put in yet. I converted the 0's to "NA()" and it seems to have worked but the graph does not update automatically. any thoughts?
Thanks.
I don't understand why I need that formula. My current IF formula contains a VLOOKUP for the data I want and if it contains a 0 I told the IF formula to return NA() and it's done that, it works great. I just cannot get the chart to update automatically. I've named my range of data and created the chart that way, but it still won't update automatically.
Yeah I was pulling the number from the 2nd row, F column, out of a 4 column range and I wanted the number from the first column (F). However, it was not pulling the correct numbers from each column. So I changed the formula to =INDEX(Totals!F2:F61,MATCH(Totals!F2,Totals!F2:F61,0)) and started getting the right numbers and now my chart is updating automatically!