excel
44719 TopicsWhat is this Madness? Weird Average and Sum results
What is this devil math? What am I missing? The darker green value and blue value should match. I checked for truncated decimal values, even rebuilt the sample to ensure nothing was weird about the original cells. This is not an insignificant difference for what I'm doing, and I don't understand why these aren't lining up. I'm sorry if I'm missing something simple, but please, help!29Views0likes1CommentCross Referencing Data in Excel
Hello, I have a spreadsheet that lists document numbers that are stored in a document management system. I have to cross reference the documents in that management system, which means I have to go into each individual document in the management system and add in all the documents where that individual document is referenced. The attached spreadsheet lists all the documents in our system (column B) and each document where they are referenced (columns C-AP). Is there a way to have Excel search columns C-AP, find a specific value, and provide me with a list from column B where that value is found in columns C-AP?645Views0likes4CommentsCombine data from 2 columns into 1 column
I want to do this, but with 2 columns of data. We have a sheet with area codes in one field and phone numbers in another. I need the 2 pieces of data in one field for a list of 500 phone numbers. Do I have to do them one at a time???? Combine data with the Ampersand symbol (&) Select the cell where you want to put the combined data. Type = and select the first cell you want to combine. Type & and use quotation marks with a space enclosed. Select the next cell you want to combine and press enter. An example formula might be =A2&" "&B2.2MViews3likes14CommentsDrop-down list
Good afternoon! Could you please tell me what I need to do to make the drop-down list in the visible part contain more rows? I have a list of 15 rows. I need all of them to be displayed in the visible part of the drop-down list window, without scrolling the listSolved90Views0likes5CommentsApi in every row of excel.
Hi Currently I have an excel file with the following columns. MFund Code I Bought at I Mutual fund name I latest Price 112092 I 100.00 I Fidelity world fund I 112.00 I 100.00 56432 I 25.00 I Stanley index fund I 20.00 I 25.00 There is a website which provides access to latest price through API. There arre many Mfundcodes so I use a text file to be read in a python program and extract the data. Following is the main part of the program. for x in f: # Add number variable to the api call x = x[:6] api = f"https://api.mfapi.in/mf/{x}/latest" # Get text data from api call idata = requests.get(api).text; # Convert json data into dictionary format d = json.loads(idata) # Get the first record of data if not d['data']: exit else: l = d['data'][0] k.write(f"{x} {l['nav']} {l['date']} \n") Later I import this text file into the excel for further calculations. I was wondering if there is a way to have these values load into the excel columns regards JyothsnaSolved49Views0likes2CommentsMacros en excel xlsm que están guardados en onedrive
Buenas tardes, tengo un problema con archivos xlsm que están guardados en carpetas compartidas de onedrive, si lo guardo en una carpeta compartida por mí no hay problema me sale un mensaje amarillo que dice: ADVERTENCIA DE SEGURIDAD Las macros se han deshabilitado y en ese mensaje puedo darle a habilitar contenido y funciona la macro sin problema. el problema lo tengo si ese mismo archivo está guardado en una carpeta compartida que ha creado otra persona, en ese caso me aparece un mensaje en rojo que dice: RIESGO DE SEGURIDAD Microsoft ha bloqueado la ejecución de macros porque el origen de este archivo no es de confianza y sólo aparece obtener mas información pero no puedo habilitarlo. a ver si me puede ayudar alguien y poder utilizar las macros con normalidad. he probado a añadir la carpeta a carpetas de confianza (no funciona) también intento en propiedades darle a autorizar (no aparece entonces no puedo hacerlo) también con soporte microsoft he probado a crear un archivo en editor de registro (tampoco ha funcionado) agradezco vuestra ayuda. Muchas gracias Fco javierSolved38Views0likes1CommentExcel 365 is UNUSABLE for professional work — performance has catastrophically degraded
Subject: Excel 365 is UNUSABLE for professional work — performance has catastrophically degraded I am a financial professional running 67 equity valuation models in Excel. These are serious, production-grade workbooks with time-series charts, shapes, annotations, and financial data — the exact kind of work Excel is supposed to be built for. And your software can no longer handle it. Here is what is broken: — Moving a simple shape (a circled number annotation) across a worksheet takes SECONDS. This is not a complex object. It is a circle with a number in it. — Scrolling is laggy and jerky, even on sheets with minimal data. — Pressing ALT to activate ribbon shortcuts has a delay so severe that subsequent keystrokes are DROPPED. I have to sit and wait for your UI to catch up before I can use keyboard shortcuts I've relied on for over a decade. — Selecting and editing cells is noticeably slower than it was two years ago. — Interacting with comments is painfully slow. — Chart objects are sluggish to select, move, or resize. Here is what I have already tried — NONE of it helped: — Disabled hardware graphics acceleration via registry (since you REMOVED the checkbox from the UI without telling anyone) — Updated NVIDIA graphics drivers to the latest version — Disabled ALL add-ins and tested in Safe Mode — SAME PROBLEM — Rolled back Office builds from Version 2603 to 2602 to 2512 — SAME PROBLEM — Disabled all Windows visual animations — Ran Excel in Safe Mode — SAME PROBLEM Do you understand what that means? The problem is not my hardware. The problem is not my add-ins. The problem is not a specific update. The problem is EXCEL ITSELF. You have systematically degraded the performance of the most important business application on the planet in order to ship a prettier UI that nobody asked for. Your Fluent visual refresh, your new rendering pipeline, your animations and transparency effects — all of it has come at the direct expense of the people who actually use Excel for real work. I am paying for a Microsoft 365 subscription. I am not paying to be a beta tester for cosmetic changes. I am paying for a professional tool that is supposed to WORK. I need you to: 1. Acknowledge that Excel 365 has a serious rendering and input performance regression affecting workbooks with charts and objects. 2. Provide users with the ability to fully disable the Fluent visual refresh and revert to the classic rendering engine — through the UI, not through undocumented registry hacks. 3. Restore the "Disable hardware graphics acceleration" checkbox that you removed from Options without explanation. 4. Prioritize PERFORMANCE over aesthetics. Excel is a financial tool, not a design portfolio. 5. Actually test your updates against complex, real-world workbooks with multiple charts, shapes, and annotations before shipping them. I have 67 valuation models that are materially slower today than they were on Excel 2016. I am now seriously evaluating whether to abandon my 365 subscription entirely and move to Office 2021 — or leave the Microsoft ecosystem altogether. That should alarm you. This is not acceptable. Fix it.579Views5likes11Comments