Keebler
Board Regular
- Joined
- Dec 1, 2021
- Messages
- 176
- Office Version
- 2021
- Platform
- Windows
Is it possible to use a formula to extract a function? (I am sure I am not asking this correctly)
so in column C i have a list of functions proper, lower, upper, etc
is it possible to use a formula to place that function in a formula to perform an action?
generally, if I were to use a function like proper I'd place it before any other function or command like
proper(vlookup(a1,$e$1:$k$99,5, false))
so,
is it possible to use a formula to change the function by referencing another cell?
such as c2, contains "Proper" and c4 contains "Upper"
c4&vlookup(a1,$e$1:$k$99,5, false)) = "Upper"widget55
(this fails obviously)
i know i can do this in VBA, but i have multiple lines to adjust, no two sheets have the same requirements exactly, and using a formula (that has been copied from row to row) and having a separate column with the function in it is precise and will do the job.
obviously, adding cell data is simple with this kind of reference. c4&a1 ("Upper"Widget) i was wondering if there is a more practical way to do this, rather than having to change every formula in every row, when in most cases, all that needs to change from row to row is the function (upper, lower, proper, etc)
thank you
so in column C i have a list of functions proper, lower, upper, etc
is it possible to use a formula to place that function in a formula to perform an action?
generally, if I were to use a function like proper I'd place it before any other function or command like
proper(vlookup(a1,$e$1:$k$99,5, false))
so,
is it possible to use a formula to change the function by referencing another cell?
such as c2, contains "Proper" and c4 contains "Upper"
c4&vlookup(a1,$e$1:$k$99,5, false)) = "Upper"widget55
(this fails obviously)
i know i can do this in VBA, but i have multiple lines to adjust, no two sheets have the same requirements exactly, and using a formula (that has been copied from row to row) and having a separate column with the function in it is precise and will do the job.
obviously, adding cell data is simple with this kind of reference. c4&a1 ("Upper"Widget) i was wondering if there is a more practical way to do this, rather than having to change every formula in every row, when in most cases, all that needs to change from row to row is the function (upper, lower, proper, etc)
thank you