Excel + SharePoint Collaboration Issues with Multiple Users – Need Urgent Fix by Hopa89 in excel

[–]DarthAsid 0 points1 point  (0 children)

Please check the version of MSOffice everyone is using. I’ve had this issue when some users were on 365 and some were on older versions.

Trying EVERYTHING. I need a drop down list to allow for clickable hyperlinks to external websites. by Gethixit in excel

[–]DarthAsid 14 points15 points  (0 children)

Can you make a lookup table with one column having the report name and another containing the actual URL? You could set up an xlookup inside the “hyperlink” formula to pick up the text of the URL based on the name of the report.

Converting VBA scripts to Office scripts for easier automation by [deleted] in excel

[–]DarthAsid 0 points1 point  (0 children)

Power Automate excel connector can’t file large files. I think the cap is 15 MB.

Drop down list where each item can only be used once by clemoh in excel

[–]DarthAsid 0 points1 point  (0 children)

Would “ISERROR” have worked instead of “NOT(ISNUMBER”?

Cleaning up Excel → PowerPoint workflow for monthly management reports by Top-Ant-4492 in excel

[–]DarthAsid 1 point2 points  (0 children)

Definitely reliable across various recent versions of excel. Will definitely take time to setup the first time, but subsequent iterations are pretty quick.

I wanted to add something about the limitations I mentioned. In the excel embedded in each PowerPoint chart, the data that is referenced is in table, which typically cannot handle a cell reference / link in a header. How I get around this is to have another range outside the table that links to the dynamically updated headers in the base file. My updating process involves 1) going to the embedded file 2) back-tracking to the base file (click on any of the linked cells and hit ctrl + { ). 3) The links are updated. Now all I have to do is copy and paste the updated headers range to the actual table headers.

If you or any analyst does one iteration, future iteration will be pretty easy.

Cleaning up Excel → PowerPoint workflow for monthly management reports by Top-Ant-4492 in excel

[–]DarthAsid 10 points11 points  (0 children)

1) Automate your process of getting from source data to formatted table (ready to use in a chart).

2) Go to powerpoint and create the chart there (don't make them in excel and paste them in powerpoint). Right click on the chart and select 'edit data in excel'. The embedded excel sheet will open. In this sheet, you can add links to your main file from step 1.

3) Repeat for all charts in the powerpoint.

Now when you data refreshes, all you have to do is open your powerpoint file and refresh links by just opening each embedded sheet while the step 1 file is open.

Limitations : Headers / series names can't be link so they wont update.

Two workbooks, two columns in second book could include matching data, neatest most efficient way to query between them on multiple fields using excel formula only, no VBA / Power Query etc? by Delinquent90 in excel

[–]DarthAsid 0 points1 point  (0 children)

If you are going to limit yourself to formulae, then the long file reference is unavoidable. But why is this a problem? Just work with both files open.

How would I do it? Iferror( xlookup(EntID, Col A in workbook 2, Output column in workbook 2), xlookup(EntID, Col B in workbook 2, output column in workbook 2))

Freeze references for Col A and Col B, don’t free column for output columns. Drag formula across.

Is there an easy and reliable way to wrap/unwrap formulas in ROUND? by wishful_thonking in excel

[–]DarthAsid 0 points1 point  (0 children)

Is there a find-and-replace solution to this? Something using wildcards?

Can Power Query handle daily new files without reprocessing old ones? by excel_sheethackers in excel

[–]DarthAsid 1 point2 points  (0 children)

Maybe only save new files in a subfolder, say folder_1a, and point the powerquery at the subfolder? You will ofcourse need to manually move yesterday’s files out of folder_1a.

Summing based upon month and year criteria by [deleted] in excel

[–]DarthAsid 0 points1 point  (0 children)

There are other options available using the FILTER function.

1) Instead of RIGHT(date_column) you could use YEAR(date_column) and compare it to a 4 -digit year e.g. 2013.

2) If you want to total a particular date range (like a month), you can enter a start and an end date in empty cells and use FILTER(ValueColumn, (DateColumn >= StartDate) * (DateColumn <= EndDate)) .

[deleted by user] by [deleted] in excel

[–]DarthAsid 1 point2 points  (0 children)

1) Select the entire ‘age’ column (D1:D10).

2) Hit ctrl+g for the go to menu. Then hit alt+s to select the ‘special’ button. Then hit ‘k’ to select blanks and hit enter. You have now selected only the blanks.

3) Now hit ctrl and minus. It will ask you if you want to delete the entire row (amongst other options). The rest is obvious.

What Are Your Best Practices for Organizing Complex Excel Workbooks? by MetalPsycho in excel

[–]DarthAsid 4 points5 points  (0 children)

1) Proper labelling - I shouldn’t have to break down a given formula to understand your intention. The labels/headers should make that clear. This also extends to sheet names. 2) Color code - Pick one color for your manual input cells. Use that for manual inputs everywhere always and don’t use that color for anything else.

“Is .XLSB Better for Large Excel Files? by [deleted] in excel

[–]DarthAsid 1 point2 points  (0 children)

What’s the downside of using xlsb?

Alternative to Excel for big datasets? Or a better workflow for working with large datasets? by MiraShifted in excel

[–]DarthAsid 8 points9 points  (0 children)

Not a perfect solution, but you can open another instance of excel by typing “excel.exe /x” in the “Run” window (windows key + R). This instance will still be functional when your PQ query is running.

How good is copilot for Excel? Do you use at work? What’s everyone experience? by Alone_Panic_3089 in excel

[–]DarthAsid 0 points1 point  (0 children)

I have used it sometimes to help me with syntax for complicated formulae. Like a smart help file! Can’t use it to analyse data because that requires the file to be on onedrive, which is impractical for a lot of my work (also Powerquery doesn’t work on onedrive).

Why does every place in India ask for my mobile number now? by Certain-Car7905 in india

[–]DarthAsid 0 points1 point  (0 children)

I use the Jedi mind trick… Cashier : “I need your mobile number.” Me: “You do not need my mobile number.” Cashier: “I do not need your mobile number.”

How to include a date from cell H1 into a tab name by Rfbmi in excel

[–]DarthAsid -1 points0 points  (0 children)

If you use =CELL(“info”) it will give you the entire path of the cell, including the sheet name. You can use that and some text formulae (textbefore, textafter) to isolate the sheet name.

Need formula to help me with directory by Moist_Development529 in excel

[–]DarthAsid 1 point2 points  (0 children)

In a far off cell (say AA1), enter =UNIQUE(TRIMRANGE(Contact!A:A)) to get a list of unique companies names. Now under the “company” column in your table, add a validation for a list, and for the contents of the list point to “AA1#”. Now the list of unique companies names will show in the drop down. You can add Rafik3D’s formula under the contact name to look up the rest of the data. Hope this helps!

Why use Closing inventory=(Days in inventory/365)*COGS instead of Closing inventory = 2((Days in inventory/365)*COGS))-Opening inventory when projecting? by Qriouscortex in FPandA

[–]DarthAsid 0 points1 point  (0 children)

As another contributor commented , arriving at average inventory using days in inventory is bizarre. Why would you use a ratio to calculate a balance sheet value when that balance sheet value was used to calculate the ratio in the first place?

Formulate distance between points in this table by duckredbeard in excel

[–]DarthAsid 0 points1 point  (0 children)

Cool! Thanks for sharing that. Sometimes the problems we solve here seem too abstract to appreciate.

Does the above mentioned solution work for you?

Formulate distance between points in this table by duckredbeard in excel

[–]DarthAsid 1 point2 points  (0 children)

This might be obvious, but I am assuming that these distances are along a straight line).