Forum

Steven Lees-Smith
@stelees
Active Member
Joined: Feb 7, 2020
Topics: 4 / Replies: 6
Reply
RE: I am stuck trying to figure out how to parse information

Ended up with this. let Source = Excel.CurrentWorkbook(){[Name="Information"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Tim...

5 years ago
Forum
Reply
RE: I am stuck trying to figure out how to parse information

Thanks for the reply, not sure what happens with this. I paste a line of data from the actual log in the spreadsheet and it can be refreshed, but i...

5 years ago
Forum
Reply
RE: I am stuck trying to figure out how to parse information

Hey Phil, That looks good, but the only issue is the number of users in Col E wont always be 6 (that is my poorly created example). The number of...

5 years ago
Forum
Topic
Topic
Reply
RE: Check the value in a cell, change it then total at the bottom.

Solved: =SUMPRODUCT(((MOD($D$13:$D$18,1)=0)*($D$13:$D$18>0))+(MOD($D$13:$D$18,1)=0.5)*0.5)

5 years ago
Reply
RE: Grouped Total as a calculated column

ok I think my issue is I am trying to make a pivot based on the Power Query results. I am keeping the power query active as when I add things to the ...

5 years ago
Forum
Reply
RE: Grouped Total as a calculated column

Yeh I have that now.. just merged the tables together in Power Query, so I have a single table now on a sheet.. per the chunk below. Craft D...

5 years ago
Forum
Topic
Forum
Replies: 5
Views: 53