I found a forum post in excel solutions online and it did resolve an issue. However, I still need the formlua to do something else that the below formula does not do and am hoping someone might have the solution!
I found this forum posted, please see below:
Note: You can't use B:B or B1:B65536 or the formula returns an error. Use any other large row number.
The formula listed below needs to be entered as array formula.
If you want to return the cell's contents, use this formula:
=INDEX(B1:B65000,MAX(IF(LEN(B1:B65000)>0,ROW(B1:B65000),0)),1)
I am using the forumla to return the cell's contents. In my case, it is a text string. I have data validation lists in column B with several options. On a different worksheet, I have this formula. The problem I am having is if I change lets say B10, the formula does populate the text. Then I go to B11 and select a text from the list and the formula populates this text. But if I go back to B10, the formula will not populate the new text string from B10. (i.e. the formula doesn't recognize going upwards in a column, only downwards)
As a result, I need the formula to be able to recognize ANY active cell in column B. If I have a user that is using my worksheet, I dont want them to have to go in order down rows one by one. If they would like to go from B15 back to B10 and select different text within the data validation list, they can do so and the formula will populate the new text string in B10. If you need more clarity, please let me know. HELLPPP!!![]()
Bookmarks