I'm going to try and explain this as best as I can.
I have a drop down in X9 with 3 different text options, each one equals a number in cell AB9. The formula in AB9 needs to add the amount chosen in XP and add the amounts in T9, U9, V9, and W9.
Here are my attempts to make this happen and none of them work.
=SUM(COUNTIF(X9"=No Transfer",30),COUNTIF(X9"=Transfer",15),COUNTIF(X9"=eHealth",15),T9:W9)
=IFERROR(IF(G16<100%,"FAIL",SUM(COUNTIF(F17:F18,"=No"),COUNTIF(F17:F18,"=Yes"))),0)
=SUM(COUNTIF(X9="No Transfer",30),COUNTIF(X9"=Transfer",15),COUNTIF(X9"=eHealth",15),T9:W9)
This is what it looks like. I am trying add the prices for stand alone health products in T9-W9 with either $30 for "No Transfer" or $15 for "Transfer in house" or "Transfer eHealth" to equal the correct number in AB9.
Notice Rows 10 and 11 don't add the $15
Capture.PNG
Bookmarks