Forum Widgets
Latest Discussions
What 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!28Views0likes1CommentPersonal calendar
Hi, I want to personal calendar with notification on the day. Can someone please help with this. Thanks JyothsnaJO1902Apr 23, 2026Copper Contributor15Views0likes0CommentsCross 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?Sue_GApr 23, 2026Brass Contributor645Views0likes4CommentsI need Help with Cell Formatting to be able to copy
I have a number in a cell 2022 NET 260 $ 241.32 and I want to get the NET of that value by taking the 260 and multiplying it by another cell Monthly Percentage 7% and subtracting that number from the original 260. I then want to be able to copy the formula and paste it down the column yet making sure that the 7% Cell remains constant unlike the 260 cell. I forget how to do that. HelpKerry_SmithApr 23, 2026Occasional Reader25Views0likes1Commentexcel
how do increase my formula by 1 this is my formula ='725'!$G$64 i want to increase 725 to 726 on so onbob71Apr 23, 2026Occasional Reader19Views0likes1Commentcopying formulas
how do i increase a number b1 in fomula ='725'!$G$64 i want to increase 725 by 1 when i bulk copy 725, 726, 727 etcbob71Apr 23, 2026Occasional Reader29Views0likes1CommentCombine 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.radfordsixApr 23, 2026Copper Contributor2MViews3likes14CommentsAdding Error Bars to a Graph
I created a bar chart and it wonʻt give me any option to add error bars. This is my first time using this new excel format, and I donʻt know where to go for the error bars. I have tried to google it and watch videos but all the instructions and tutorials are for different excel versions.MollySBApr 23, 2026Copper Contributor38Views0likes2CommentsDrop-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 listSolvedAnna797Apr 23, 2026Occasional Reader90Views0likes5CommentsApi 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 JyothsnaSolvedJO1902Apr 23, 2026Copper Contributor49Views0likes2Comments
Tags
- excel43,758 Topics
- Formulas and Functions25,341 Topics
- Macros and VBA6,559 Topics
- office 3656,317 Topics
- Excel on Mac2,730 Topics
- BI & Data Analysis2,482 Topics
- Excel for web2,006 Topics
- Formulas & Functions1,716 Topics
- Need Help1,703 Topics
- Charting1,694 Topics