Recent Discussions
Issue: Mouse clicking can select wrong answers
Hi, I just completed an exam on Microsoft Forms and noticed that it was very easy to accidentally click the wrong answer, and one of my answers was marked wrong as a result. How does it happen? The current implementation allows users to click the whole line rather than just the radio button or checkboxes. Since I sometime click inadvertently on the screen, it will change my answer to the wrong one even if I didn't intend to click an answer. If you only allow clicking on the radio button or checkbox instead of the full line, this wouldn't happen. Thanks!16Views0likes1CommentBest solution to improve performance of enterprise scale data
Hi Team, Calling Microsoft Fabric Experts! Need Your Guidance! Before the introduction of Microsoft Fabric, we relied on Dataflows Gen2 to connect to SQL sources, pull data, and transform it. For context, Dataflows sit inside workspaces and not within any Lakehouse/Data Warehouse. We then used these Dataflows as the source for our Power BI reports. However, with enterprise-scale data, this approach sometimes slowed down report performance. Enter Fabric's OneLake With OneLake storing data in Parquet and Delta table formats, performance can be significantly improved. I’m exploring the best way to leverage this, and I’d love your insights! Here are my two thoughts: Option 1: Create a Lakehouse. Bring in the existing Dataflows to create Delta tables. Use these Delta tables as the source for Power BI reports. Will this improve Power BI report performance? Option 2: Create a Lakehouse. Build a Pipeline within the Lakehouse to pull data directly from SQL. Use this transformed data as the source for BI reports. What’s your take? Your suggestions aren’t just helpful for me but could benefit many in the community. I truly appreciate the time and effort from those who love sharing their knowledge. Looking forward to hearing from the amazing experts out there! Thank you! SergeiBaklan18Views0likes1CommentPivot Table Yearly Sales Report Issue
I'm currently working on creating a pivot table for a yearly sales report. However, I'm encountering an issue where, after a particular row, the year is not being recognized. This results in an error. Can someone please explain why this might be happening and guide me on how to resolve it? Additionally, is there a way to directly convert the date to year within the pivot table without having to separately convert the date to year first and then use the pivot table?31Views0likes2CommentsGrouping
Is there a way to group by just the column with the data in it? I have 20k+ rows of data. I need to label in Col A based upon the group in Col AK. I have already sorted the data so that the top row of each group is the one I need to label. I just need a way to see only the first row of each group. I need to see the rows with pink highlight only.48Views0likes3CommentsWorking with Arrays of Ranges
OK, so strictly speaking an array of ranges is an error in Excel right from the outset. However, I set up an array of tables contained within the named Range 'allocatedRange', here shown with a red outline. I then set up a function that would return the range corresponding to a country SelectDataλ = LAMBDA(country, LET( countries, FILTER(TAKE(allocatedRange, , 1), markers = "Country:"), recordNum, FILTER(SEQUENCE(ROWS(allocatedRange)), markers = "Country:"), recordEnd, VSTACK(DROP(recordNum - 1, 1), ROWS(allocatedRange)), rangeRows, recordEnd - recordNum, countryArrϑ, MAP( recordNum, rangeRows, LAMBDA(start, rows, LAMBDA(TRIMRANGE(TAKE(DROP(allocatedRange, start), rows)))) ), XLOOKUP(country, countries, countryArrϑ)() ) ) The start and row count of each table is determined by using the string "Country:" as a marker and differencing row numbers. A combination of TRIMRANGE/TAKE/DROP picks out each range in turn and assembles them into an array by turning the range references into thunks (TYPE=128). The function SelectDataλ is used to look up any specific country and return the corresponding range. To demonstrate that the function indeed returns ranges, the COUNTIFS function is used to count the number of cities within each country that have a population exceeding 100 000. = LET( countries, FILTER(TAKE(allocatedRange,,1), markers="Country:"), countLarge, MAP(countries, LAMBDA(country, COUNTIFS(TAKE(SelectDataλ(country),,-1), ">1000000") ) ), HSTACK(countries, countLarge) ) The point of this post is to introduce the idea of treating tables as elements of an array, so allowing further tables to be inserted or removed dynamically. TRIMRANGE ensures that each range is sized correctly and MAP is used to analyse each table in turn. Whilst Excel throws hissy fits at being asked to store arrays of arrays, arrays of ranges, or nested arrays, it is perfectly happy to store arrays of functions. When evaluated, each element of the function array is perfectly free to return an array or even a range. The effect is to permit Excel to process 'arrays of Tables' faultlessly.207Views1like12CommentsMail Merge to Email Addresses
Need some help. I am using Excel as a data source and created word document templets for mail merging. With in the data source I have for columns for entering email addresses. Personal Email address Work Email Address Supervisor Email Address Section Email Address Combined Email Address When I need to send an email to an individual that also needs to go out to all the emails, I have joined the email addresses together using the following formula and have the combined email addresses in a column called Combined. =LET(email,TEXTJOIN("; ",TRUE,T3:U3,AS3:AT3),IF(email="","",HYPERLINK("mailto:"&email,email))) This works with no issues and am able to click on a combined email line and it launches the email program and drops the line of EMAIL ADDRESSES into the email TO: location. The issue I need help with, if possible, is the interaction with the combined email and word mail merge. When I try to do the mail merge and select the Combined Email Address column, word gives me an error, "Microsoft Outlook does not recognize " the list of combined email addresses". Is there a way for outlook to recognize the combined email addresses during the merge? Any help would be greatly appreciated. Carl92Views0likes5CommentsLibrary conflict
Hi In unity console I have this "red" error: "......We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored" This happened after I tried to update the library Microsoft Mesh Toolkit, but after encountering a series of errors that I didn't want to investigate further, I reverted to version 5.2402.240 I tried deleting the corresponding meta file to force a Packagecache refresh, but the result remains the same. Does anyone have any suggestions?12Views0likes1CommentUnable to Connect my Hotmail Account to Outlook for Mac
I have an M3 MacBook Pro MAX running Parallels Desktop to give me Windows 11. Historically, I have been able to run Outlook on MacOS and Windows without any problems. However, now I can'tadd my Hotmail account to Outfor Mac v16.93. I have removed Outlook and reinstalled it. I have cleared the application data. I also tried to raise a support ticket, but it won't connect to the Live Chat agent. Contact Support - Outlook for Mac OneCustomer | Chat Support We are unable to load chat at this time. Please try again later. When I try to add my Hotmail account back in, I get the following message after accepting the Authenticator challenge. Outlook.com Connecting to Outlook.com. An authentication error occurred while configuring account. Try Again Connecting to Outlook via a web browser works; Outlook on Windows also works. Any recommendations on how I can add Hotmail back into Outlook for Mac? Many thanks, David21Views0likes1CommentCannot contact support in MS Access / where to file bug report
Hi, I want to file a bug report. I click on the main menu "help" / "contact support". A window appears saying "This didn't work. Please check your network settings". The network settings are ok. There is no other option to send feedback in the application. How can I file a bug report? Best regards24Views0likes2CommentsConditional Formatting Help
Hi Everyone, I have been working on this problem for weeks and still can not find an answer: I am creating a spreadsheet which involves completing specific tasks by different members. I have formatted the cells to change colors based on the answer of another cell. basically as a reminder to complete it. Now here is my problem, Cell AO7 is under the title project completed. what I am wanting is for that cell to be Red if any of the cells in data range D8:N66 are red. that way we know the project still has an item that needs to be completed. Hope I explained that right. Also, rows 8-66, will be copied and pasted to create the tasks for other projects33Views0likes1CommentMS Access Email Report
Hi I have a Form that I can email as a report. There is an email address on the report that is automatically used as the 'sent to' address within Outlook. Is it possible to lookup a cc email address that is not on the form and add this to outlook also. I am using linked Sharepoint tables for some of the dropdown inputs on the form, and all data is saved to Sharepoint. I am using the embedded macro function as below. Thanks79Views0likes6CommentsPower Query Formula to Calculate Current Count From Previous Count per Name using Date
Hi everyone! I have a dataset with the following columns: Point Name, Pump Count, Record Date, and Index. My goal is to create a calculated column in Power Query that computes the following for each Point Name, based on the Record Date: If (Current Pump Count - Previous Pump Count) >= 0, apply: (Current Pump Count - Previous Pump Count) * 0.3 If the result is negative, use this formula instead: ((1,000,000 - Current Pump Count) + Previous Pump Count) * 0.3 Problem: I tried duplicating the Pump Count column and creating a custom column for the previous count using Table.Buffer, but it didn’t align correctly by Point Name and Record Date. Indices may not be sequential, so referencing the immediate index won’t work. I considered grouping by Point Name and sorting by Record Date to dynamically calculate the Previous Pump Count, but was unsure. I tried this formula for Previous Pump Count but it doesn’t align correctly for Point Name or handle skipped indices. My Current Formula: Table.Buffer(#"Duplicated Column3")[Pump Cycle Count]{[Index] - 1} otherwise null Desired Process: Group by Point Name. Sort within each group by Record Date Use the formula to compute the difference: If (Current Pump Count - Previous Pump Count) >= 0, apply: (Current Pump Count - Previous Pump Count) * 0.3. Else, apply: ((1,000,000 - Current Pump Count) + Previous Pump Count) * 0.3. How can I implement this in Power Query, ensuring it dynamically references the Previous Pump Count for the same Point Name, even if indices are skipped or Record Dates are close?35Views2likes2CommentsI don't understand this logic with StockHistory function...
I don't understand this.... I will show my question step by step: 1. =STOCKHISTORY(E4,TODAY()-10,TODAY(),,0,1) Gives me an array. 2. I use ROWS and INDEX to get the last number of the array. =INDEX(STOCKHISTORY(E4,TODAY()-10,TODAY(),,0,1),ROWS(STOCKHISTORY(E4,TODAY()-10,TODAY(),,0,1))) gives me the last number of the array. 3. I change "E4" to "E4#" =INDEX(STOCKHISTORY(E4#,TODAY()-10,TODAY(),,0,1),ROWS(STOCKHISTORY(E4#,TODAY()-10,TODAY(),,0,1))) Gives me the 0.67....which is the price of "8zz" the last one on E4#. I was expecting to get the last number of each and every StockHistory array of every elements in E4#... Instead, I only get the "first" number of the last element in E4#. I don't understand the logic of this function....Can anybody explain this strange behavior? Thank you very much!Solved83Views0likes6CommentsExcel Online App Request Was Taking Too Long -open this in the desktop app
I have a fairly large workbook that has been working absolutely no problem up until this past weekend, where it will not open in the Excel online app. It opens on the desktop app just fine. Nothing in the workbook has changed, in fact we have a back up from several months ago and that doesnt open up either. We have tried on different computers, even different M365 accounts. Done a huge amount of trouble shooting, but the fact the backup file doesnt open either, weve concluded its some change in the Excel online apps capabilities. I've looked for updates that might have happened to the online app over the weekend but can't find anything published by Microsoft that is relevant. Would really appreciate help please - it's an essential part of our business. Thanks!30Views0likes2CommentsHelp Excel
Hello, Here is my problem: I have a list of price (attached in the message). And then a list of customers to invoice. For each customers, I have the Code they belong to and then a number of user which may vary from one customer to another. Which formula could I use to search for the Price depending on the Code and then the range of Users please? Thank you in advance for your help,39Views0likes3CommentsVBA requirement
Hi everyone, I’ve written a VBA script to dynamically retrieve and display data based on user interactions in an Excel workbook. The script triggers when I select a cell in Sheet1 (which contains product names) and performs the following tasks: Searches for the selected product in Sheet2, retrieves its category and price. Looks for matches in Sheet3 based on the category or price. Copies matching rows from Sheet3 into Sheet4, grouping results by category, and organizes them in separate column groups (e.g., Columns A-J for one category, K-T for the next, etc.). Additionally, the script clears previous results in Sheet4 and displays a message if no matches are found. What I Need Help With: Optimizing the script to handle larger datasets more efficiently. Suggestions for improving readability and maintainability of the code. Advice on handling edge cases or potential bugs I might have missed. Any recommendations to enhance the functionality or logic. I’d really appreciate your feedback and suggestions! Let me know if you need more details about the logic or the structure of my workbook. Thanks in advance! 😊35Views0likes4CommentsHelp needed to link IF functions into 1 cell
Hi All, I have a tracker spreadsheet that upon entering dates into cells, there is a calendar section at the end where the dates populate into there in the forms of numbers - which are then conditional formatted to different colours based on stages of the project. As there are 5 main stages to our projects, currently I have 5 rows - one for each stage. But, I don't want to have 5 rows, so was hoping there would be some way to combine these IF functions (each of which contain OR and AND functions) into 1 overall formular, so I can have 1 row that contains all. The attached screenshots hopefully make this clearer than I may have explained: Formulars: T2 - =IF($B2="","",IF(OR(AND($B2<T$1,$H2>T$1),AND($B2>T$1,$B2<U$1)),1,0)) T3 - =IF($I2="","",IF(OR(AND($I2<T$1,$M2>T$1),AND($I2>T$1,$I2<U$1)),2,0)) T4 - =IF($N2="","",IF(OR(AND($N2<T$1,$O2>T$1),AND($N2>T$1,$N2<U$1)),3,0)) T5 - =IF($P2="","",IF(OR(AND($P2<T$1,$Q2>T$1),AND($P2>T$1,$P2<U$1)),4,0)) T6 - =IF($R2="","",IF(OR(AND($R2<T$1,($S2+28)>T$1),AND($R2>T$1,$R2<U$1)),5,0)) Does anyone know if the formulars in T2: T6 can be combined so the cell will fill and 1 to 5 value based on the associated date, which then formats to the colour I want? Or even if there is another way to achieve this? Thanks in advance, MattSolved86Views0likes8Comments
Events
Recent Blogs
- With Microsoft Form’s new ownership transfer feature, you can now move a form you’ve created to Group forms so that all members of your group also become “owners”.Dec 22, 2024408KViews24likes114Comments
- Create linked forms directly from an Excel workbook to sync responses automatically and streamline data collection.Dec 20, 20241.1KViews0likes6Comments