I'm trying to create a RAG status for dozens of metrics. Ideally I would like an IF statement that takes account of signage in B and D in combination with values in C and E to assess the value in G to output in H. However it seems you cannot concatenate the signage and values as it thinks the full condition is a string rather than a logical test. Is there a workaround?
=if(g2&b2&c2 ... ) does not work
=if(g2&b2&c2 ... ) does not work