As per the title, I want to be able to ‘target’ a particular cells content, based on the content of the adjacent cell. Here is a very simple example, to make it easier for me to explain.
Say I have a column of cells, each cell having the date of the first of the month. So A1 has 01 Jan 2025, A2 has 01 Feb 2025, A3 has 01 Mar 2025 etc. all the way down to 01 Jan 2026.
Adjacent to each column A cell is a column B one containing a currency amount.
It’s easy for me to reference any of the currency cells but what if they move? What if I insert one or more rows, each new row having a new date and currency amount. For example, say I add a row below the 01 Jan 2025, one which has 12 Jan 2025 in the A column cell and a currency amount in the B column cell. My reference to, say B2 would then be pointing to the wrong cell.
So, is there a way to “select the value in the cell to the right of the one containing 01 Feb 2025”. IN that way it wouldn’t matter if the targeted cell moved.
My application is a bit more complicated than that but the answer will get me started. Thanks