I’m working with an online spreadsheet tool that has its own formula system. I’m trying to set up a tricky conditional formula but I’m having trouble getting it right.
My spreadsheet has columns for Grade, Zipcode, and School. Each of these can have values of UE, PE, or EE. I want to create a new column called Eligibility that follows these rules:
If Grade is UE, Eligibility should be UE
If Grade is PE, check Zipcode and School:
If either is EE or PE, Eligibility should be PE
Otherwise, Eligibility should be UE
If Grade is EE, check Zipcode and School:
If either is EE, Eligibility should be EE
Otherwise, Eligibility should be UE
Here’s what I’ve tried so far, but it’s not working:
This formula first checks if Grade is UE. If not, it then checks if either Zip or School is EE. If so, it assigns EE or PE based on the Grade. If neither Zip nor School is EE, it defaults to UE. This should cover all your conditions more efficiently.
Remember to adjust column references to match your specific spreadsheet layout.
I’ve been wrestling with similar complex conditional formulas in online spreadsheets, and I found that breaking it down into smaller steps can make it more manageable and easier to troubleshoot. Here’s an approach that might work for you:
First, create separate columns for each condition: