Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Jul 8, 2026
Topics: 0 / Replies: 1444
Reply
RE: Excel Checkbook Register

Then you would have to add another SUMIFS statement to the formula that deducts the values for "CC_Refund". I've done that in the attached file in the...

3 years ago
Reply
RE: Add Custom Count column that Groups Records in max of 500 for Each Group

Perhaps the easiest would be to use Table.Split and cut up the larger table into ones with 500 rows. This creates a list of tables, each 500 rows larg...

3 years ago
Forum
Reply
RE: Excel Checkbook Register

No problem. Then use this: =D2+IF(OR(B3="Withdrawal",B3="Transfer_Out"),-C3,C3) alternatively, if you only have "Deposit" for all incoming amounts...

3 years ago
Reply
RE: Excel Checkbook Register

You can try this formula in D3 and copy it down: =D2+IF(B3="Withdrawal",-C3,C3)

3 years ago
Reply
RE: Lookup in a 3 Dimentional Table

Since you mentioned having tried XLOOKUP, you should also have FILTER. So, try this as an alternativ: =FILTER(Values[Vol/hr],(Values[Nozzle]=[@Nozz...

3 years ago
Reply
RE: Converting Values from positive to Negative in Power Query

I took Phil's file and added a table listing the negative revenue accounts and used that to identify the revenue numbers to be changed. All was done b...

3 years ago
Forum
Reply
RE: Unpivoting data to merge rows

When you look at the query in my file you should be able to follow the steps I took. Not sure what source exactly you found on-line but I just crea...

3 years ago
Forum
Reply
RE: Unpivoting data to merge rows

Hi Francis, Perhaps the PQ example in the attached file will help you on your way. It's a straight-forward Unpivot, Sort and Pivot scenario. Rin...

3 years ago
Forum
Reply
RE: Grey out master list when selected in dropdown

You can use the following conditional formatting formula for that. =MATCH(I2,$F$2:$F$5,0) and apply it to $I$2:$I$6

3 years ago
Reply
RE: Need VBA code to find unique group of Repetation follow by B,C,D,E

Sorry, but I don't understand. Perhaps someone else can help you.

3 years ago
Forum
Reply
RE: Need VBA code to find unique group of Repetation follow by B,C,D,E

Thanks for the file and sorry for being slow. now you need to try and explain what you want to do with it.

3 years ago
Forum
Reply
RE: Need VBA code to find unique group of Repetation follow by B,C,D,E

Sorry, but I don't understand. There is no attachment and your question is not clear. At least not to me.

3 years ago
Forum
Reply
RE: Need VBA code to find unique group of Repetation follow by B,C,D,E

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

3 years ago
Forum
Reply
RE: VBA Convert Two to Many (seven specifically)

Alternatively, use Power Query, as shown in the attached file.

3 years ago
Forum
Reply
RE: Power Query-Reusing query

Hi, I believe that what you are trying to do might not be covered in the course, but Mynda needs to confirm that. In the attached file, I have a...

3 years ago
Forum
Page 68 / 97
0