requests
177 TopicsUse VBA to Autofill a Row until the end of the number of data in another row
Hello, I need some help with the following problem: The Macro should select the first cell with the vlookup (AY2) and autofill the complete range in the column AY until the last row that contain data in the cell next to it (Column E). Column E is the cell that the vlookup refers to. The situation looks like this: The code that I have so far looks like this: Sheets(3).Select Range("AY2").Select ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-41],DennisAR!C[-50],1,0)" Selection.AutoFill Destination:=Range("AY2:AY1662") Range("AY2:AY1662").Select The problem with this is, that the number of rows with data always change every week. So I cannot use a static row number of 1662. I am looking for a way to make Destination:=Range("AY:AY1662) dynamic. In fact it has to refer to the number of rows with data in column E. Thank you very much in advance, KaiSolved668KViews1like83CommentsMicrosoft will release a UI modification apps built specifically for Windows 10 2004 and later
For Windows 11 users, don't like the Windows 11 style Start menu, taskbar, search menu, window switcher, task view, file manager, notification center and operation center, and they don't like the transparent tile in the Windows 10 Start menu. Microsoft decided to launch a personalized UI modification apps for Windows 11 and Windows 10. You can reproduce the Windows 10 style Start menu (Includes options to show more tiles, enable theme-aware tiles, show recently added apps, show most used apps, show suggestions occasionally in start, use start full screen, show recently opened items in jump lists on start or the taskbar and more), taskbar, search menu, context menu, snap assistant, window switcher, task view (timeline), file manager, news and interests, flyout (Includes options to Network, Sound, Clock, Battery, Language switcher and more), notification center and action center. And you can also reproduce the Windows 8.1 style Start screen (Horizontal Scroll Only), Windows 7 style Task View, classic style, right-angled window and so on.536Views0likes0CommentsExtracting non-empty cells from a table based on a value
Hi, There is an Excel table that we use to monitor reading compliance - columns are people names, rows are document codes, and cells are the reading dates. Please find below a simplified version: John Doe Jane Doe John Smith Gandalf THIS-123-V10 02-11-17 05-10-14 IS-456-V10 01-09-17 01-09-17 A-789-V10 27-09-17 TEST-753-V10 02-11-17 05-10-14 I need a quick way to check who has read a specific code and, if possible, on which date. I want a formula where if I put a code, it will detect all cells with a value on the corresponding row and will pull the person's name from the top cell on the same column. I already have a formula where if I put a person's name and a list of documents, if confirms if they have read it or not, but this is different. I need all results, not just from a limited list. Thank you Edit: Forgot to mention - this goes on a separate sheet Edit 2: Office 2010 :)12KViews0likes8CommentsConditional Formatting based on the date of another column
Hi, I'm trying to conditionally format cells in column A based on their related to cells of the same row in column J. Essentially if the date in column A is before the day in column J I want the cell to go green If the date in column A is after the date in column J I want the cell to go red Is this possible? I cannot find a way to do it.46KViews0likes10CommentsHelp with replacing #DIV/0! error with text
Good morning all I am currently working on a spreadsheet to show trends in relation to various incidents I deal with at work. I am looking to track changes in the number of incidents along with the percentage increase/decrease on a weekly basis but have come across a #DIV/0! error that I cannot solve (self taught newbie to excel). The formula currently used to work out the percentage change from the previous week is =IF(H4<>"",(H4-G4)/G4,"") and I am fully aware that the error is being caused because G4=0. I would like the cell to show some text such as "N/A" instead of the #DIV/0! error but am struggling to find the solution even with the help of Google! I have attached an example of the spreadsheet if that will help. Any assistance is appreciatedSolved17KViews0likes5CommentsAdd tab/page to group on other page
Classification: TABS PRIORITY IN MY OPINION: 5 on a scale from 1 (low) to 10 (high) At the moment, it is great that tabs can be moved to a new window, other windows in profile and other profiles. There is also an option to add tabs to groups. However, this only applies within the current window. It would be ideal to be able to move tabs to another group on a different window (but in the same profile).790Views0likes0CommentsEdge Mobile UI refresh / customisation
I would love to see an updated mobile UI - primarily taking another look at the bottom toolbar/menu as I think the current icons aren't necessarily the best use of space. Specifically, I think the back/forward buttons probably aren't that useful for the majority of users as the same actions can normally be performed via swipe gestures, or (in the case of Android) built in navigation in the OS. These buttons could probably be relocated to the secondary flyout menu. In their place, I think it would be much more useful to have a new tab button, and most importantly a search button - which essentially gives focus to the URL bar. A lot of users frequently request placing the URL bar at the bottom to make it easier to reach, but Brave implements a search button on the bottom bar (see screenshot), and I've found this has completely removed the need for a bottom URL bar. I'm sure countless others will disagree with how I'd personally like my icons set up, which is why, like most things - I think the abilty for users to customise the UI to suit them would be best. We already have this option for the secondary menu, it would be great if the primary UI menu could be customised in the same way.1.2KViews0likes0Comments