I keep running into errors trying to solve this formula. I am needing to have E8 total up several cells with possible IF variables (not sure it IF is even the correct choice). Plus this type of calculation is way above my level of knowledge in Excel. I am pulling data for this formula from two worksheets in the same workbook. The worksheet where it is calculating is "Measure" (left image) and the other worksheet where it is pulling additional variables from is "Factors" (right image). I am currently working on this with Google Sheets but could transfer to either Excel 2007 or 2010 if needed. I am not even sure if it's possible but if it is I am greatly appreciative to learn how to solve it. Also if it is easier for it to calculate from one worksheet I am fine with adding in the additional info from "Factor" to the same worksheet.
Example of what I need calculated
Elite = UI x Style (C3+D4 =IF "PW", C4+D4= "XO", C5+D5 "XOX"), Grid IF "Yes", Obs IF "Yes", Temp IF "Yes", Up Color IF "yes
Example of what I need calculated
Elite = UI x Style (C3+D4 =IF "PW", C4+D4= "XO", C5+D5 "XOX"), Grid IF "Yes", Obs IF "Yes", Temp IF "Yes", Up Color IF "yes
- The final calculation needs to be in E8
- In the Measure worksheet I am trying to multiply J8 x S8 (add in IF's to determine correct multiplier from the Factor worksheet based on PW = C3+D3, XO = C4+D4, & XOX =C5+D5)
- Then it needs to add in from U8 IF yes, W8 IF yes, Y8 IF yes with the values coming from the Factor worksheet cells C6:C8
- It also needs to add in AA8 IF yes from the Factor worksheet cell B9
- But also it needs to factor 0 if J8 is a 0 value so E8 would be 0 value when it gets added to my SUM formula for all of column E on the Measure worksheet
- The current figures in E8 & H8 are the correct sums (just manually added) for reference.