I'm having trouble figuring out the right formula for an if, then scenario in Google Sheets. I have two tabs of separate spreadsheets open in one Google Sheet. I need the second tab (Cost Analysis) to reference the first tab (Responses). In Responses I have 3 columns that say either Mimaki or Roland and 3 more columns with numerical values. In Cost Analysis, I need to create the following formula:
If cells A2, B2, C2 in Responses say Mimaki, then multiply the numbers in cells D2, E2, F2 in Responses by 10. If column A2, B2, C2 in Responses says Roland, then multiply the numbers in D, E, F, in Responses by 20.
Help is much appreciated!