Excel on mobile
529 TopicsConsolidating nutrition and price data from multiple sources into one Excel dashboard
I maintain a single Excel workbook that tracks breakfast-menu items calories, macros, allergens, and local prices pulled from several public sources like https://mcd-breakfast-menu.com/. Each source formats its table differently: some list energy in kcal and others in kJ; decimal separators flip between commas and periods; prices appear in four currencies. After each monthly update I hand-copy tables into a Raw sheet and try to normalise them with Power Query and a few LET and LAMBDA functions, but one extra column or unit change breaks my mapping. Has anyone built a durable workflow for problems like this? I am looking for ideas on (1) keeping unit conversions transparent so a non-Excel colleague can audit the maths, (2) alerting me when a source table adds or removes a column so the model does not shift silently, and (3) deciding whether to keep all cleanup in Power Query or move some logic into hidden staging sheets. Any real-world templates or processes would be welcome.66Views0likes1CommentExcel file change date and time
English: I use Excel on my cell phone and recently it stopped updating the file change date. As soon as I make a change to the file it shows the current date and time, which would be the time I last changed the file. But after a few seconds it returns to an old date and time change, how can I solve this? Português: Eu uso o Excel pelo celular e recentemente ele parou de atualizar a data de alteração dos arquivos. Assim que faço a alteração no arquivo ele mostra a data e hora atual, que seria a hora que alterei o arquivo pela última vez. Mas passado alguns segundos ele volta pra uma data e hora de alteração antiga, como posso resolver isso?574Views0likes1CommentIntegrate QR or Barcodes into Excel for Ongoing Data Entry into a Single Row?
As we continue to streamline data collection processes, I’m exploring whether it’s possible to use QR codes or barcodes to simplify and automate Excel-based data entry. Specifically, I’m curious if there’s a method that allows multiple scans—each representing a different datapoint—to populate and update a single row over time, rather than creating new rows for each scan. This would be especially useful in scenarios like tracking lab testing, equipment checkouts, or multi-stage workflows where data accumulates progressively. Has anyone implemented a system like this using Exce or any other tools? What hardware or software integrations (e.g., barcode scanners, mobile apps, Excel add-ins) have worked best for you?321Views0likes4CommentsMatch/Index or XLookup mixed in with IF and Large
Hello all. This one has got me beat and I’m really frustrated as I can’t seem to crack it. I have a data sheet with multiple task to be ran across multiple sectors and then multiple sub sectors, it’s fed from a Microsoft form so is a nightmare that I can’t adjust. I am trying to find a function to do top 3 prioritise for each area where it will initially search 2 columns with if and the third with this/or and with these parameters in place search the 4th column see which has the highest priority rating. (This will be displayed in cell a1 for arguements sake) then in a2 I would use the same functions tied into xlookup/index.match and be able to pull the task name, a3 the doer, a4 the status problem is at the minute I can’t even get it to index/match if there if more than on If in the function. It ignores the second IF function my current attempt is =INDEX(B:B,MATCH(LARGE(IF(D:D=“Sector”,IF(E:E=“Sub Sector”,F:F)),1),F:F,0)) where B:B = task name D:D = Sector names E:E = Sub Sector Names F:F = Priority Score V:V = Job Status (not above but required below) so ultimately what I want to be able to do is create a function that shows that if D:D has a specific name, and E:E also has a specific name, and V:V has names “active”, “on hold” OR “unassigned” then from the remaining “list” automatically on F:F search the top 3 scorers (or top scorer, 2nd, then 3rd by changing the parameter of large) and from which using xlookup/index.match to pull the task name from B:B so I mean, quite an easy one really…… I don’t think I’m asking for much thank you to anyone who even read all of that as I appreciate its a lot. if anyone can off any suggestions I would be hugely gratefulSolved81Views0likes1CommentWith Office 365 Excel Online, Edge iPadoS 17.1.1, how to reference this from other Workbook?
I need help to reference separate Workbook using Office 365 Excel Online on ipadOS 17.1.1. Following steps worked for Windows desktop but not in with Office 365 Excel Online. open two instances of Edge login Office 365 for step 1 Open a workbook A in instance 1 Open a workbook B in instance 2 In cell of Workbook A, type in equal Sign Then click on Workbook B cell411Views0likes1CommentLinks to Spreadsheet on Android homepage gets greyed out
I have spreadsheets on OneDrive that I access via Excel Mobile. Since I used them every day, I created links to each of them on the android homepage. This has worked successfully for me for a very long time, but now the home page links being are being greyed out. When I open Excel to recreate the link, Excel does not list the file in the recent history, and I must go through the process of finding the file, opening and re-pinning it. I have tried opening the file from the laptop and making it favorite, but that doesn't help. Both Favorite and Pin fail. I have spent hours both alone and with Microsoft Tech Support trying to fix this. I tried everything they or I could think of, but no joy. They gave up, and suggested I ask the community, so I am asking.Solved404Views0likes2CommentsVisual and dax level optimization that causes report slowdown
Hi, I have this visual as attached, that has lot of visual level filters applied it has a dax measure called data completeness as below Data Completeness = var _total = COUNT('Calendar'[Date])*COUNT(Points[DBName-Point_Id]) var _result = [Count of Exisitng Days]/_total return _result It references a dax called Count of Exisitng Days as below Count of Exisitng Days = Var dates = SUMMARIZE(Data, Data[DBName-Point_Id], Data[Date]) Var Ext_dates = COUNTROWS(dates) return Ext_dates Now, the problem I have here is the performance of this visual is causing report to slow down. Please let me know how to optimize the dax and further steps to increase the performance PFA file here https://1drv.ms/u/c/cfada767f73d87ed/Efl-4uYzkklNjOb1NakC9cEB7B7xXbhHb-w-K3TpvooIjw?e=zpfwXe Thanks in advance! SergeiBaklanSolved436Views0likes13Comments