Forum

Jessica Stewart
@jstewart
Estimable Member
Joined: Feb 13, 2021
Last seen: Mar 5, 2025
Topics: 14 / Replies: 202
Reply
RE: user wise Total

If I'm understanding you correctly it's just throwing an AND statement in there and updating the reference. IF(AND(SUMPRODUCT... Hope this helps! Plea...

3 years ago
Reply
RE: Form Control Option Button for Dynamic Chart

Can you please attach an example of your spreadsheet so we can see what is going on?

3 years ago
Reply
RE: user wise Total

What version of Excel are you on? If you have 365 you can use a combination of sum/unique. Unfortunately, I don't have the latest version so I'm not s...

3 years ago
Reply
RE: Need Help on presenting mutli table into one pivot table or if there are other ways.

I would use Power Query to combine the tables and then create a pivot table from the connection (Close and Load to... "Only create connection">Inse...

3 years ago
Reply
RE: Multiplying given value based on number of months

Extract the month number by converting your month names to dates (set a prefix of "1," and set data type to "Date")>Add Column>From Date & T...

3 years ago
Forum
Reply
RE: Issue with slicer for data model

I couldn't find an article or video for it, though Mynda does show this concept in most of the dashboard videos I have seen; the connection of the piv...

3 years ago
Forum
Reply
RE: trying to use headers as slicers for line chart and link 2 data sets to 1 dashboard

There was no file attached, however, as long as your pivot tables are made from the same source data - right-click the slicer>Report Connections wi...

3 years ago
Reply
RE: Examples of what to use power query for

Hi Khunsu, I used it just the other day for inventory. I took a report after some things were received and I needed older totals, I uploaded a spre...

3 years ago
Forum
Reply
RE: Macro to copy table only values and formatting, not formulas

Here (rng.Copy Destination:=WS.Range("A1")), instead of copying directly to the range do a paste special. Unfortunately, I don't know how to paste it ...

3 years ago
Forum
Reply
RE: How can one conditionally delete some selected columns in Powerquery

Seeing Riny's solution I can visualize the problem better and see where I made my mistake, we're looking at 3 columns instead of 1 (which I knew but s...

3 years ago
Forum
Reply
RE: How can one conditionally delete some selected columns in Powerquery

Add custom column if [exammth]=1 and [mth]=1 and [mthgrade]="F" then [exammth]=0 and [mth]=0 and [mthgrade]="*"

3 years ago
Forum
Reply
RE: Retrieve a date with the Month function

Personally, I'd use an Index/Match. I have what I believe you are looking for attached.

3 years ago
Reply
RE: Compare cell value to a different column in a different row without Office 365

Hey Shawn! I used a combination of VLOOKUP and INDEX/MATCH in your Variance column. So here's the formula I concocted and what it's doing: =IFER...

3 years ago
Reply
RE: Help finishing printout VBA

I think your problem is your bPrint variable and how it is currently operating. I think what you need is to do the print command inside your loop and ...

3 years ago
Forum
Reply
RE: Reducing a Baselined Amount from two tables

Mine was, yes. With that error the just take out the last arguement. #"Added Index" = Table.AddIndexColumn(#"Expanded Custom", "Index.1", 0, 1, In...

3 years ago
Forum
Page 7 / 15