I very much need help, any input would be greatly appreciated.
I need to be able to find out if an Excel user has entered a value into a particular cell/rangename. The cell/rangename will not be static, so I need to be able to dynamically query anywhere in the sheet (based on established range naming).
I have found a "GetValue" function, it works, BUT it can't be called from a sheet formula as it needs to be.
I need to be able to find out if an Excel user has entered a value into a particular cell/rangename. The cell/rangename will not be static, so I need to be able to dynamically query anywhere in the sheet (based on established range naming).
I have found a "GetValue" function, it works, BUT it can't be called from a sheet formula as it needs to be.