Office Scripts
447 TopicsHow to Autofill one sheet based on a table made in another sheet.
Hello, I am struggling to find the right formula that will let me fill Sheet 2 Column B based on the value in Column A. In the reference table made in another sheet I have all possible Column A values and the Column B values that match. What is the best formula to use. It will need to see that the A column cell matches the A column cell in the other sheet and then fill the corresponding B,C,D and E column values. But just filling column B is most important. Thank you for any help. I know EXCEL is very powerful and has the ability to do stuff like this. Until then I am copy/pasting values across which when some tables have 45 rows and there's 60 tables is a huge waste of time. Sheet 2 Reference TableSolved158KViews0likes3CommentsNeed to search multiple words in a cell and get the output based on the word found.
Hi, I am having a data in column A like below, then I need search for multiple words like "Generic Mailbox", "Distribution", "Non-standard", "NSSR" in the each cell and then if "Generic mailbox" is founds in the cell, output should be "shared mailbox" or If "Distribution" is founds in the cell, output should be "DL" or If "Non-standard" is founds in the cell, output should be "Corporate request" or If "NSSR" is founds in the cell, output should be "Non-Standard Service request" Looking for to get help on this!! Thank you.Solved99KViews0likes46CommentsExcel Script - Refresh data
Hi, I have an excel file which has a data connection. I have been trying to get the data and associated pivot tables to refresh through a script but it doesn't seem to work fully. The script is as follows: function main(workbook: ExcelScript.Workbook) { // Refresh all data connections workbook.refreshAllDataConnections(); workbook.refreshAllPivotTables } I am prompting the script to run through PowerAutomate a couple of times a day. The file will appear to be modified (last modified date of file reflects when the script was last run through PowerAutomate) but the data in the Pivot table is not up to date from the data source. If I open the file online will get a message to enable the queries so I don't know if this needs to be part of the script too? Any thoughts? Thanks36KViews0likes8CommentsCalculating (12 Threads): 0%
Good morning! Office 365 user. With the addition of a few new formulas, my spreadsheet has become very laggy. I now see the above subject line in the status bar of my application. We're talking 15-20 second delays with every change to the drop-down list. Any suggestions to relieve this?Solved25KViews0likes5Comments2013 doesn't have =filter() function. ANY alternate function?
I have Microsoft excel 365 in that filter function is available and i create a follow up sheet linked with database sheet where in database user will store data from the form. In database there is a column Follow up date. I want to show the all the data which will meet a date condition. I have done by using filter function but in 2013 it doesn't have filter function what function can i use to perform the same operation?21KViews0likes3CommentsIF a cell starts with a letter then "value"
Hi, I have a bunch of customer names that are assigned to an employee depending on what letter the customer name begins. So if the name begins with A-F or S-Z then it is assigned to Employee 1. If the letter begins with H-R then it is assigned to Employee 2. ALSO - there are five customer names that are exceptions to this rule. If the customer's name is Red, Blue, Yellow, Green, or Brown then it is automatically assigned to Employee 3. Is there a way to create a formula to identify which employee each customer's name should be? Please see the formula I have created so far below: =IF(OR(E2="BLUE", "YELLOW", "GREEN", "RED", "BROWN"), Employee 3), IF(OR(LEFT(E2,1)="A-F", "S-Z"), "Employee 1", IF(LEFT(E2,1)="H-R", "Employee 2")) Do I have to list out every letter one by one? Thanks!Solved17KViews0likes2CommentsSplit Screen Feature in Excel and How to disable it...
I believe I have the latest (last/most current) verision of Office and Excel. I have started using it and it seems I have clicked somewhere by mistake and activated the feature where the excel spreadsheet is in split screen representation. I have tried a few clicks in the UI where I would assume I could get out of the split screen feature but nothing intuitive worked. I have also tried closing and open the Excel file but it returns to the last most recent format. Please help.15KViews0likes1Comment