I have added a column of buttons to a worksheet (in a dashboard format) each of which has a macro assigned to it. Each macro adds a row to a certain section...
johnf Yesterday, 03:37 PMConsider using a small macro. In the attached, make choices in the green shaded area. To view the code, right-click on the sheet's tab and choose View...
p45cal Yesterday, 02:27 PMYes, it is simple to get the value from a named range
let name = Excel.CurrentWorkbook(){[Name=RangeName]}[Content],
I am a power query novice so please provide solutions (if there any) at a level I can understand. Here is my problem:
My workbook will contain...
Source Path from a Cell in the Active Worksheet Vs a named cell
Bob, I know how to get a value from a named range. Let me try to be more specific with an example.
- I have a worksheet named VZ
- The ticker
... petraidm58 Yesterday, 03:58 PM