We use zapier to add rows to the top of our primary active sheet from Pipeline. Within the active sheet are formulas set up for adding dollar amounts and hours. When a new row is added, these formulas carry "up" to the new row added in.
However, I have an "IF" statement that will translate zip codes into cities (below). This will NOT carry "up" to the new row when added like all the other formulas. Any ideas?
=IF([Job Zip Code]1 = 97756, "Redmond", IF([Job Zip Code]1 = 97701, "Bend", IF([Job Zip Code]1 = 97702, "Bend", IF([Job Zip Code]1 = 97703, "Bend", IF([Job Zip Code]1 = 97759, "Sisters", IF([Job Zip Code]1 = 97707, "Sunriver", IF([Job Zip Code]1 = 97754, "Prineville", IF([Job Zip Code]1 = 97760, "Crooked River Ranch", IF([Job Zip Code]1 = 97708, "Bend", " ")))))))))