Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Jun 15, 2025
Topics: 3 / Replies: 226
Reply
RE: Data Cleaning: Ugly bunched order data nightmare

When I do what you want, it does not present as you have shown. Help us to help you and not make more work for me to help you.

3 months ago
Reply
RE: Data Cleaning: Ugly bunched order data nightmare

It would be very helpful if you posted your sample data in a workbook and attached it so that we can see your data and then mock up what you want your...

3 months ago
Reply
RE: Replacing Null in a Currency Column

Change it to currency after you replace the nulls.

3 months ago
Forum
Reply
RE: XLOOKUP SUM

You can achieve this with Power Query or if you have O365 the GroupBy Function Power Query let Source = Excel.CurrentWorkbook(){[Name="tbl_te...

3 months ago
Reply
RE: Excel Sort within a cell

If column 3 is blank, then the Mcode will sort on the remaining two columns. See the example attached

3 months ago
Reply
RE: Excel Sort within a cell

A Power Query Solution let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Unpivoted Other Columns" = Table.UnpivotOtherColumns(Sour...

3 months ago
Reply
RE: IF Formula for Calculating Time

Thanks for the feedback. Post here again if you need more assistance with building your PT. Good Luck.

4 months ago
Reply
RE: IF Formula for Calculating Time

Katherine Maybe this, but what if A1 is not blank and C1 is not greater than Z1. I assumed a blank =IF(A1="","",IF(C1>Z1,B1-C1,"")) Also ha...

4 months ago
Reply
RE: Formula for number grading students report

See the attached file that uses a Vlookup function

5 months ago
Reply
RE: Slicer is not working!!!

Slicer is working in the attached. Not sure of your issue. Inserted slicer based upon Name. Am I missing something?

5 months ago
Forum
Reply
Reply
RE: Spreadsheet Compare Output

also crossposted at: /p> and

5 months ago
Reply
RE: STOCKHISTORY not working

MS has issued an update (2502) and Data Type has been restored as well as StockHistory.

5 months ago
Reply
RE: STOCKHISTORY not working

I noticed this yesterday also. Additionally, I noticed that Data Types are no longer on the Data Ribbon. I am using O365 Beta Insider release 2501. ...

5 months ago
Page 2 / 16