Forum

Calculate Named Ran...
 
Notifications
Clear all

Calculate Named Ranges from string table

2 Posts
2 Users
0 Reactions
68 Views
(@jaryszek)
Posts: 177
Reputable Member
Topic starter
 

Hi,

i have 2 tables:

Screenshot_10.png

 

Screenshot_13.png

 

And now i want to join them using Names but in Table2 there are named ranges as text which i have to calculate in power query. 

It is possible? 

Steps:

1. Join 2 tables : table1 and Table2 by Names.
2. Calculate Named ranges based on their names to get result, in this case Named1 = 1, Named2 = 2, Named3 = 3.
3.Output table

Thank you for help,

Best,
Jacek

 
Posted : 06/11/2019 5:33 am
(@catalinb)
Posts: 1937
Member Admin
 

You have to add a new column with this formula:

=Excel.CurrentWorkbook(){[Name=[NamedRange]]}[Content][Column1]{0}

 
Posted : 06/11/2019 3:01 pm
Share: