I have a set of formulas on a separate sheet from where I need them. I have them listed as the person and the formula needed to calculate their specific value. If I try to use a VLOOKUP the equation populates but acts as text and not a formula. I've also tried using an INDIRECT function to add an "=" before and the formula still didn't work. Is there a way to pull a formula from a data set like this or will I have to use a bunch of nested IF statements?
Below is similar to how I have the sheet laid out. I can't put a = sign in the function bow because the formula has a [@Date] portion that is used to call on a date column in the table I'm trying to get the function into. I can provide screenshots if needed. Any thoughts or ideas?
Below is similar to how I have the sheet laid out. I can't put a = sign in the function bow because the formula has a [@Date] portion that is used to call on a date column in the table I'm trying to get the function into. I can provide screenshots if needed. Any thoughts or ideas?
Name 1 | IF(.... |
Name 2 | IF(.... |
Name 3 | IF(... |