Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
Reply
RE: Modify Text to display to Full path of file instead of "link to file"

Use: strbody = "<font size=""3"" face=""Calibri"">" & _ "Hi Lawrie,<br><br>" & _ ...

4 years ago
Forum
Reply
RE: The file does not load the data - why?

That one works fine for me (other than the missing Value column).

4 years ago
Forum
Reply
RE: The file does not load the data - why?

The data in the second workbook doesn't have the same headers in row1, which means that your query to load the data doesn't produce the same headers a...

4 years ago
Forum
Reply
RE: Custom Column error - seeking nested IF results from date range

Instead of using 1/07/20 try using #date(2020,7,1) and similarly for the other date literals.

4 years ago
Forum
Reply
RE: COUNTIFS multiple criteria for count of instances?

+ would be the equivalent of an OR criteria operator, whereas * is the equivalent of AND.

4 years ago
Reply
RE: How do you find the second small figure?

Couldn't you just add another criterion to the MINIFS that the date in B has to be >1?

4 years ago
Reply
RE: COUNTIFS multiple criteria for count of instances?

For E2: =SUMPRODUCT(('WK1 DATA'!$D$2:$D$12=A2)*('WK1 DATA'!$H$2:$H$12="Y")) and copy down. Then for E15: =SUMPRODUCT(('WK1 DATA'!$N$2:$N$12=A...

4 years ago
Reply
RE: Incorrect Data via Power Query

I'd probably start by clearing the cache in your Query Options. If that doesn't help, try copying the source file locally and linking to that to see i...

4 years ago
Forum
Reply
RE: CSV tab delimiter

Save it as a tab delimited text file, then change the extension if necessary (though a CSV is, by definition, comma-separated).

4 years ago
Reply
RE: Incorrect Data via Power Query

Probably a stupid question, but, just to check, you are talking about the data being wrong in the actual query results, not just in the preview window...

4 years ago
Forum
Reply
RE: Index function to return entire rows

I'm assuming there is more to this question because if you want all the rows and all the columns, you don't need INDEX at all: just use =C3:G14

4 years ago
Forum
Reply
RE: Index function to return entire rows

You need an array for the columns too, so you could use another SEQUENCE function.

4 years ago
Forum
Reply
RE: Getpivotdata and Time values

The GETPIVOTDATA formula works if you use the Hours Formula field in the pivot. I'm not really sure what the issue was with that?

4 years ago
Forum
Reply
RE: Grouping columns based on specific value

There are several ways you could achieve it. For instance, you could create one query on the table that filters for topology, then merge that query wi...

4 years ago
Forum
Reply
RE: Can VBA determine if row headers exist

How would you distinguish a header row from a data row specifically?

4 years ago
Forum
Page 34 / 56