Using the Offset and Match Functions
I have a Numbers table with a date in column A and a price in column B. In a second table, I use the Max and Min functions to find the maximum and minimal value in Table 1 and return the corresponding date to match the values. Based on a little research, I though the Offset and Match functions would return my desired results.
My formula in Table 2 C1 is
The formula works until I add another row (e.g., 9/30/21 in Table 1 A11 and $9.00 in B11). Table 2 B2 returns the correct Max value of $9.00 from Table 1::A11, but my formula in Table 1::C1 returns an error. I can change the Match search-where each time I add additional date and price (e.g., from Table 1::B3-B10 to Table 1:B3:B11) and the formula would return the correct values/date.
Initially, I though my I could modify the Match search-where from Table 1::B3:B10 to Table 1::$Price (search the entire column B), but that also returns an error, even if I delete row 11. I though deleting Table 1 row 1 where I initial had EOM in Table 1::A1 was causing the error with the updated formula, but that did not work either.
Any suggestion would be helpful.
Thanks,
Jess