Forum Widgets
Latest Discussions
Power Query Dropping Decimals with Accounting Format
I'm encountering what seems like a bug in Power Query. I have a table with data that contains numbers with more than 4 decimal places. When this data is in the Accounting format, Power Query is only picking up 4 decimal places, even if the Query is formatting the data is Decimal Number (Changed Type). When the data is formatted as Number, Power Query is able to pick up all decimal places (Some numbers have 10+ decimals) Is this normal behavior? I would like to use the Accounting format because it looks cleaner, but obviously I cannot sacrifice data accuracy. It is also very illogical to have a format labeled "Accounting" only hold 4 decimal places when passed through Power Query I did try restarting Excel multiple times, refreshing queries, the only thing that resolved it was changing the local format to Number.bradbeliveauApr 18, 2025Copper Contributor88Views0likes9CommentsSUMPRODUCT() Formula Query
Hello, I'm facing issue while using SUMPRODUCT(). I have 2 different table (TableX and TableY). TableX = Contains Department, Candidates and Joining Date TableY = Department, Candidates and New Column under which I want to populate the count Candidates who will join in specific month. Below formula is not working. Can someone please help on this ? =SUMPRODUCT((TableX[Department ID])=A2)*MONTH((TableX[Joining Date])=6) Table1: Table2:SolvedpalasubrApr 18, 2025Occasional Reader43Views0likes4CommentsExcel search for files with asterisk or percentage is not working
Hi there Can you please add on the roadmap to have a common way to search files by adding asterisk or percentage? Don't make sense to not be possible such simple query with the standard syntax. Thanks Ricardoricardok1Apr 18, 2025Copper Contributor47Views0likes5CommentsStock quotes from Refinitiv stopped working, any alternatives?
Hi, I've noticed that after March 3rd update to 16.95 on Mac my stock quotes from Refinitiv stopped working. There is no "stock" data type in the ribbon. Same thing with online app. Did you notice this? Are there any alternatives for stock quotes to this data type that gets data from RefinitivTomekGnomekApr 18, 2025Copper Contributor50Views0likes1CommentI need help with transforming data
I have been trying to move my data automatically instead of copy paste cells one by one, but because my data has lots of info, I'm failing in doing so. I added a picture, I only made 6 for the example but I have over 50 agents. I want this data to go automatically in the other format from the picture. So this other format of the table should show how many hours each of them has worked each day. As you can see I need to move the data from the first picture (different table formatting) to the other one. I have over 50 agents, and their time worked is put one by one based on the date. Now on the second one (the one I need to be filled automatically), the table is set on the way where I put the hours worked by agent, one by one for one month. How do I transform my data into that? What's the best formula to use? Please help!BlineraApr 18, 2025Copper Contributor29Views0likes1CommentExcel in OneDrive and on Mac.
Hi everyone, I am working in Excel on a Mac and I cannot add a logo in the header, or type in the footer. all of the ribbon is greyed out so I can't select insert date. I have checked on Microsoft 365 updates are automatic. I have put the spreadsheet in page layout view. I have checked the margins. I have downloaded both documents one contains the logo picture, and the spreadsheet, but still unable to click on the image to paste it in the header. I have checked help function, and worked on it for several hours, but still unable to use it. Cheryl.cheryl1710Apr 18, 2025Copper Contributor20Views0likes1CommentHow to unprotect Excel sheet if forgot the password
I recently encountered a problem and hope to get your help. I set a protection password for an Excel file before. Now I want to modify some data, but I found that I forgot Excel password. I wonder if there is any way to remove the protection or unprotect Excel sheet password? If anyone knows a related solution or has had a similar experience, please share it, thank you very much! This file is very important to me, and there is a lot of work data in it. I have tried some methods found on the Internet, but none of them worked. It would be great if someone could provide some specific steps or recommend some tools.RuthDelbertApr 18, 2025Copper Contributor700KViews0likes62CommentsIFS with VLOOKUP help
IF(OR(IFERROR(IFS(AND(F3=VLOOKUP(F3,'Dropdown list'!N2),F4=VLOOKUP(F4,'Dropdown list'!N2)),"yes",AND(F3=VLOOKUP(F3,'Dropdown list'!O2:O3,1),F4=VLOOKUP(F4,'Dropdown list'!O2:O3,1)),"yes",AND(F3=VLOOKUP(F3,'Dropdown list'!P2:P4,1),F4=VLOOKUP(F4,'Dropdown list'!P2:P4,1)),"yes",AND(F3=VLOOKUP(F3,'Dropdown list'!Q2:Q4,1),F4=VLOOKUP(F4,'Dropdown list'!Q2:Q4,1)),"yes"),"no")="yes",IFERROR(IF(AND(F3=VLOOKUP(F3,'Dropdown list'!R2),F4=VLOOKUP(F4,'Dropdown list'!R2)),"yes"),"no")="yes"),"yes","no") If 1st value is in column N and 2nd value is in column N, then return "yes" if not then return "no". This is how I would like this to work. Thoughts?jboase1Apr 17, 2025Copper Contributor96Views0likes3CommentsFilter Courses with multiple dates - 30/60/90 help!
I have a table with students that attend multiple courses. The courses expires one year from the completion date. I need to know which students have a course expiring in the next 30 60 and 90 days so they can recertify. I would like to have two sheets one with the data in a table and another showing ONLY students with the courses they need to re-certify in.LiquidcircuitsApr 17, 2025Occasional Reader50Views0likes2CommentsIFS with VLOOKUP not functioning
IF(OR(IFERROR(IFS(AND(O3=VLOOKUP(O3,'Dropdown list'!BT2:BT3,1),O4=VLOOKUP(O4,'Dropdown list'!BT2:BT3,1)),"yes",AND(O3=VLOOKUP(O3,'Dropdown list'!BU2:BU4,1),O4=VLOOKUP(O4,'Dropdown list'!BU2:BU4,1)),"yes",AND(O3=VLOOKUP(O3,'Dropdown list'!BV2:BV4,1),O4=VLOOKUP(O4,'Dropdown list'!BV2:BV4,1)),"yes",AND(O3=VLOOKUP(O3,'Dropdown list'!BW2:BW4,1),O4=VLOOKUP(O4,'Dropdown list'!BW2:BW4,1)),"yes",AND(O3=VLOOKUP(O3,'Dropdown list'!BX2:BX4,1),O4=VLOOKUP(O4,'Dropdown list'!BX2:BX4,1)),"yes",AND(O3=VLOOKUP(O3,'Dropdown list'!BY2:BY4,1),O4=VLOOKUP(O4,'Dropdown list'!BY2:BY4,1)),"yes",AND(O3=VLOOKUP(O3,'Dropdown list'!BZ2:BZ4,1),O4=VLOOKUP(O4,'Dropdown list'!BZ2:BZ4,1)),"yes"),"no")="yes",IFERROR(IF(AND(O3=VLOOKUP(O3,'Dropdown list'!CA2:CA4,1),O4=VLOOKUP(O4,'Dropdown list'!CA2:CA4,1)),"yes"),"no")="yes"),"yes","no") If the 1st value is in column BT and the 2nd value is in column BT, then return a "yes" if not a "no." This is true for all the following columns. If the 1st value is in column BU and the 2nd value is in column BU, then return a "yes" if not a "no." I am getting no for all arguments except for the 1st column. Any thoughts?jboase1Apr 17, 2025Copper Contributor68Views0likes3Comments
Resources
Tags
- excel42,581 Topics
- Formulas and Functions24,697 Topics
- Macros and VBA6,402 Topics
- office 3656,020 Topics
- Excel on Mac2,652 Topics
- BI & Data Analysis2,371 Topics
- Excel for web1,917 Topics
- Formulas & Functions1,716 Topics
- Need Help1,703 Topics
- Charting1,633 Topics