need help
1703 TopicsI deleted merged cells - and all rows dissappeared - help!
I now only have row 2 and 3 (the headlines), and the area below is just grey (now row-numbering or anything, just grey void..) - how to get back the main part of my sheet? As far as I know, I havent hidden or deleted the rows, but they dissappeared when I tried to delete five columns with a shared merged cell on top of above them. Thankful for help!1.1KViews0likes0CommentsI need help with a formula
I am working on a Monthly Cycle Time Report for vehicles I have in service. I need a formula to show how many are completed once I input the RO close time. EXAMPLE: STOCK RO DATE OPEN TIME OPEN DATE CLOSE TIME CLOSE TOTAL TYPE TYPE TOTAL TOTAL DONE A1 1268 08/24/20 10:14 8/27/2020 12:00 3.07 CPO CPO 6 A2 1271 08/24/20 10:32 8/28/2020 13:00 4.10 CPO ASIS 4 A3 1284 08/24/20 10:53 8/29/2020 14:00 5.13 CPO EXLC 1 A4 1288 08/24/20 11:04 8/30/2020 15:00 6.16 ASIS STDT 2 A5 1437 08/25/20 10:02 8/31/2020 16:00 6.25 EXLC LEASE RETURN 1 A6 1448 08/25/20 10:18 9/1/2020 17:00 7.28 ASIS TOTAL 14 A7 1458 08/25/20 10:34 9/2/2020 18:00 8.31 STDT A8 1462 08/25/20 10:39 9/3/2020 19:00 9.35 LEASE RETURN A9 1463 08/26/20 11:39 CPO A10 1464 08/27/20 12:39 ASIS A11 1465 08/28/20 13:39 STDT A12 1466 08/29/20 14:39 ASIS A13 1467 08/30/20 15:39 CPO A14 1468 08/31/20 16:39 CPOSolved1KViews0likes3CommentsSimple sorting
I have a worksheet with only three columns: Name, Ticket Number, and Amount. When I sort on name, the amount column is no longer in sync with the name. So the amount associated with the name is incorrect. How do I sort on name an maintain the correct amount associated with it?868Views0likes1CommentImplicit intersection operator
I am having difficulty understanding the content of the following webpage: https://support.microsoft.com/en-us/office/implicit-intersection-operator-ce3be07b-0101-4450-a24e-c1c999be2b34# I have created a small dummy spreadsheet that uses the RandomArray and Offset functions. I am wanting to understand when I use the "@" operator. Can someone, please, open my small spreadsheet, look at the contents, and, perhaps, offer a few words of advice as to when the "@" operator should be used or is required? Thank you!Solved1.9KViews0likes5CommentsPreventing document to be saved by other users?
I have created a daily "pass on" for supervisors to fill out per their request. This is a macro enabled document automated with buttons. The supervisors are not very tech savvy and continue to "file-save" document overwriting my original (I do have a backup but I really don't want to continuously reload the backup for every supervisor's shift, 3 shifts per day 7 days a week). I have a save as command in one of the VBA buttons, it is not necessary for the supervisors to save over my master copy. This is located on a network drive and they all have access to it. Is it possible for me to restrict the supervisors access on the document to save. If they do a 'save as' I cannot prevent that but I am just wanting to eliminate them from 'File-Save'. They don't all seem to understand when I stress just to press the macro buttons, but they want it automated so the buttons must stay. They 'file-save' then press the macro buttons...facepalm. Is there another way to go about this other than restricting access? Maybe a VBA to lock the document from 'file-save' without being a read only copy since the VBA buttons don't work with a read only version of the document. Below is the document. Advice is welcomed.1.2KViews0likes2CommentsHelp with if function to deleted characters if met criteria
Hi guys, I'm working with a data set where have a lot of website links. The thing is that most of the links are personalized. For example https://this/testing?wvideo=9gpspqefxd What I need is to delete all the characters after the question mark (?) so that I would look like this: https://this/testing I've already figured out the function to delete that which is =LEFT(A1,FIND("?",A1)-1). However, in the list, of websites, there are also links that don't have the question mark (?), therefore, when I apply the formula to all cells, the ones that don't have the (?) show me as #VALUE! I thought of using an IF function but I've been struggling to make it work. This is the formula: =IF(M2="?","(LEFT(M2,FIND("?",M2)-1))","M2") It is supposed to find in A1 the character (?), and after the condition is met, it should do the rest but doesn't work. I appreciate it if you can help me. Thank you!681Views0likes1Comment