
Last seen: Apr 18, 2025
CTL + ; will give you the current date CTL Shift + : will give you the current time
Suggest you post a sample workbook as an attachment. 8 to 10 records. Then mock up the expected solution for what your issue is. This way we do not...
You are welcome Elizabeth.
Since you did not provide expected results for your moving average, my results are done in Power Pivot with a measure. See the attached file for the ...
I had no issues in loading the data to PQ and then closing and loading to PP (DM). However when I looked for common fields in PP, I found that one ta...
Your version of Excel may have become corrupted. You may have to re-install it to allow PQ to work.
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.
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...
Change it to currency after you replace the nulls.
You can achieve this with Power Query or if you have O365 the GroupBy Function Power Query let Source = Excel.CurrentWorkbook(){[Name="tbl_te...
If column 3 is blank, then the Mcode will sort on the remaining two columns. See the example attached
A Power Query Solution let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Unpivoted Other Columns" = Table.UnpivotOtherColumns(Sour...
Thanks for the feedback. Post here again if you need more assistance with building your PT. Good Luck.
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...
See the attached file that uses a Vlookup function