I'm trying to create a form that I send out to partners on a biweekly basis. I'm working with partners from 5 different countries, and I want their updates to be pulled using the sheet summary into a dashboard.
Is there a way to do an IF formula with an INDEX formula to get the following results:
- IF [Country] is listed as United States,
- THEN index [Updates] column from the most recently added line
I'm worried if I use the row index it won't work because our partners in the US may submit updates before our partners in Mexico for one week, but then the next time partners in Mexico may submit updates before partners in the US.
Any suggestions?