Excel - basic formula. Cant figure what Im doing wrong.
OK, so basically I have 2 percentages... I need one cell to display "Info B - Bad" if either both percentages are over 30% OR if either of them is over 50% (if the other was under 30%) - otherwise it would display "Info A - Good"
here is what I have:
=IF(E29>"0.30"&E33>"0.30",G33,IF(OR(E29>"0.50",E33 >"0.50"),G33,G31))
E29 = 1st percentage
E33 = 2nd percentage
G31 = Info A - Good
G33 = Info B - Bad
no matter what the percentages say... it only displays Info B - Bad
This may not be the proper was to do formulas in Excel... but it's the only way I know how and I have made some pretty crazy long ones similar to this... but I seem to be missing something here... any ideas?
(EDIT: Btw no, this is not my homework :) this is my actual job)