Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Aug 24, 2025
Topics: 0 / Replies: 1294
Reply
RE: Transpose multiple columns into multiple rows

Please see attached. It's not a very neat solution but it works with the example you provided. Start by unpivoting the table and tidy up a bit. The...

1 year ago
Reply
RE: New Total if Specific Text is in Another Column

This occurs as you are referencing an array in the IF condition. I assume you enter the formula in B16. Excel compares each cell in A10:A15 to the ...

1 year ago
Reply
RE: Slicer showing BLANK and Strange options

That's by design, but you can hide the slicer buttons if there is no data for them. Select the slicer, then on the Slicer ribbon press Slicer Setti...

1 year ago
Reply
RE: Power Query - Text Extraction Challenges in New Column.

Hi, The query in your file connects to a Table1 that is not part of the file. That makes it difficult to follow through what you are trying to achi...

1 year ago
Forum
Reply
RE: DataEntry Table append to DataTable

Think of it this way. DataTbl is your very first empty table. You append the DataEntryTbl table and load it back to Excel. That table is now called...

1 year ago
Forum
Reply
RE: Distinct Count of Total Averages

I haven't been able yet to resolve the issue, though I could create a pivot table that identifies the sensors for each base value. See if this is some...

1 year ago
Forum
Reply
RE: How to Get the First Letter of the Days of the Week in Capitals, While Still Getting the Function (Date + Text)

When I open your file and look at the formula in A2 I see this: =DATE(M2,M4,1) & " " & TEXT(M6,"gggg") & MID(A2,1,5) Let's break thi...

1 year ago
Forum
Reply
RE: Distinct Count of Total Averages

There is no attachment. Please try again and don't forget to press "Start upload" before you submit your reply.

1 year ago
Forum
Reply
RE: Calculating the difference between dates

The easiest way to convert 24.05.2029 in A2 to 24/05/2019 would be to use SUBSTITUTE =DATEVALUE(SUBSTITUTE(A2,".","/")) Do the same for the end ...

1 year ago
Reply
RE: Spinning wheel by Data Source

Same thing here! Doesn't seem to do anything.

1 year ago
Forum
Reply
RE: Cannot Convert to Number Error

The error message did not come through. Please try again.

1 year ago
Forum
Reply
RE: Power Query: Combining Excel files only imports first 255 rows

I couldn't replicate your issue with files of my own. Can you upload three or four of your files (remove anything confidential but leave their structu...

1 year ago
Forum
Reply
RE: Creat a PQ list from a filtered Excel Table

Hi Pieter, You can automate the helper column so that you don't need data validation with Yes,No on every row. Use SUBTOTAL to count the number of ...

1 year ago
Forum
Reply
RE: Numbering columns

The attached file contains a pretty straight forward solution. It makes no used of more advanced techniques but I believe it will work just fine in th...

1 year ago
Page 33 / 87