calliemulv
New Member
- Joined
- Feb 23, 2018
- Messages
- 8
Hello!
I need help with an automation I am trying to build through a formula. What I want to happen is in R3, the formula would look to Q3 as the first step. If Q3 says "GIA," then run formula 1; If Q3 says "COA," then look to F3. If F3 says "Off" in the field at all, run formula 2; If Q3 says "COA," then look to F3. If F3 says "Parents" in the field at all, run formula 3; If Q3 says "COA," then look to F3. If F3 does not say "Off" or "Parents," then run formula 4.
Basically:
R3 = If Q3 is GIA, "ROUND((P3+S3)/F3,2);" if Q3 is COA, look for Off in F3, if found "ROUND((P3+S3)/(F3+2982),2)" OR look for Parents in F3, if found "ROUND((P3+S3)/(F3+2838),2)" OR "ROUND((P3+S3)/(F3+2568),2)"
Formula 1 (GIA): ROUND((P3+S3)/F3,2)
Formula 2 (COA + Off): ROUND((P3+S3)/(F3+2982),2)
Formula 3 (COA + Parents): ROUND((P3+S3)/(F3+2838),2)
Formula 4 (COA + not "Off" or "Parents"): ROUND((P3+S3)/(F3+2568),2)
I have attached the spreadsheet I'm working with.
https://drive.google.com/file/d/1daCCUSFw7nDUZJh5El16yEF2CpHIhsjm/view?usp=sharing
Thank you!
I need help with an automation I am trying to build through a formula. What I want to happen is in R3, the formula would look to Q3 as the first step. If Q3 says "GIA," then run formula 1; If Q3 says "COA," then look to F3. If F3 says "Off" in the field at all, run formula 2; If Q3 says "COA," then look to F3. If F3 says "Parents" in the field at all, run formula 3; If Q3 says "COA," then look to F3. If F3 does not say "Off" or "Parents," then run formula 4.
Basically:
R3 = If Q3 is GIA, "ROUND((P3+S3)/F3,2);" if Q3 is COA, look for Off in F3, if found "ROUND((P3+S3)/(F3+2982),2)" OR look for Parents in F3, if found "ROUND((P3+S3)/(F3+2838),2)" OR "ROUND((P3+S3)/(F3+2568),2)"
Formula 1 (GIA): ROUND((P3+S3)/F3,2)
Formula 2 (COA + Off): ROUND((P3+S3)/(F3+2982),2)
Formula 3 (COA + Parents): ROUND((P3+S3)/(F3+2838),2)
Formula 4 (COA + not "Off" or "Parents"): ROUND((P3+S3)/(F3+2568),2)
I have attached the spreadsheet I'm working with.
https://drive.google.com/file/d/1daCCUSFw7nDUZJh5El16yEF2CpHIhsjm/view?usp=sharing
Thank you!