![]() |
|
|
|
#1
|
|||
|
|||
|
So I've been at this for the last few days.
I've attached the same spreadsheet, but made some adjustments to the formula. I'm trying to make the formula as dynamic as possible. So in cell E5, I was able to create an address array, but it's not searchable. In cell E6, I manually created the address array to see if the concept would work where a text matches one of the address arrays. It works, but I can't get a value from the searchable address when using the INDIRECT function. I think it's because the values spilled to the next cells. Can anyone help with cell E5 and get the dynamic address array to be a valid array. I'm assuming the formula is evaluating it as a text and not as an array. Then in cell E6, can we get 1 result in the same cell and then use an INDIRECT function on it, so it can evaulate text to a value? Thanks. In the end I'm trying to do a =SUM((previous workout weight)+(long formula that evaluates to a value dynamically)) Edit: Updated spreadsheet. I was able to figure out how to extract an address in E5: Code:
=MID(FORMULATEXT(D5),SEARCH(TEXTSPLIT(TEXTJOIN(",",TRUE,ADDRESS(ROW(E2:I2),COLUMN(E2:I2))),","),FORMULATEXT(D5)),4)
Last edited by ImAhNoBoDy; 10-22-2024 at 11:40 PM. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Determining if an in-text table reference was created with Word's native cross reference feature
|
scienceguy | Excel Programming | 2 | 10-25-2021 04:44 AM |
Entering a column value in a cell, to be used as part of a reference in a formula in another cell
|
paulkaye | Excel | 4 | 02-26-2017 04:18 AM |
Formula for reference last non empty cell in row
|
npn321 | Excel | 10 | 02-22-2017 11:42 PM |
Issue with a dynamic cell linking/reference formula
|
raravind82 | Excel | 2 | 10-26-2016 04:16 AM |
Reference number and cross reference for equation numbers to match the thesis format
|
wmac | Word | 1 | 05-14-2013 08:54 PM |