User Profile
CWsChim
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
- 1.6KViews0likes0Comments
VBA script for a Macro
Hello all, I am new to VB scripting and Macro's in general so this may be a naïve question. My apologies if so. I have an excel file that contains data on members belonging to organizations my company is contracted with. There are over 100 different organizations we have contracts with and over 60,000 members. I am wanting to write a Macro that will go through the data (lives on Sheet1) and for every contracted organization, I want to copy the header row and every row of members for that organization and paste that data on it's own sheet and ideally the new sheet is named whatever the organization is called in the source data. Ultimately I want to have a new sheet for every unique organization and all of the members belonging to that organization are on that sheet. I have played with a couple scripts I was able to strangle out of Chat GPT, but ultimately was unsuccessful so I am hoping actual humans can help me! I'm sure this is run of the mill code, but could be a great and useful place to start writing Macros and utilizing VB. Thank you for any help you can provide!Solved1.9KViews0likes3CommentsRe: Conditional Formatting
HansVogelaar Perhaps I am not utilizing conditional formatting correctly then because I am striking out on how to make it work. Using the attached file can you help me format the rating in cells C2:C15 & A2:A15 to highlight according to the colors in cells H5:H9?1KViews0likes2CommentsRe: Automatic Data entry manipulation
Thank you for providing the example file. It seems to work well with the example data, however, I have much different production data and have never used Power Query before. It sounds like I need to figure out how to apply power queries to my actual data!1.5KViews0likes0CommentsAutomatic Data entry manipulation
I have a master sheet of data that my coworkers are using to input data from outreach efforts. It looks similar to the snippet below. This is only an example so I am not sharing confidential information. As you can see I have a customer ID, and some customer information along with information about each outreach attempt that was made. only 3 outreach attempts are made for any customer. I collect information on who made the outreach call, what the result of the outreach was and the date of the outreach. I am needing to do some reporting on this data, but want it in a different structure. However, this information gets updated daily and I want my restructuring to be dynamic and encompass any new additions or modifications. Instead of each outreach effort being clustered into their own columns, I am wanting them to be their own row. so instead of having outreach 1, outreach 2, and outreach 3 being their own columns, I am wanting outreach 1 to be row 1, outreach 2 to be row 2, and outreach 3 to be row three all while copying the member ID and member information into each row for each outreach effort. I want my end result to look similar to the snippet below... Can anyone help me do this in an automated way and all I have to do is refresh the data whenever I want my report to show current information? Is this a VBA scenario? Thank you to anybody who can help me!1.7KViews0likes4CommentsRe: Mapping a SharePoint site Documents to windows file explorer
Thanks for your response. I never received an error message. When I select sync in SharePoint, I receive a pop-up telling me my files are syncing and that if there is no response, I should install the latest version of OneDrive. I have never received a response nor do I see my files in file explorer. SO I tried downloading the latest version of OneDrive and my PC tells me I already have the latest version of OneDrive. P.S. I unfortunately am not able to open your article link as my company's access policy blocks it when I attempt to open it.2.6KViews0likes0CommentsMapping a SharePoint site Documents to windows file explorer
I am wanting to map my windows file explorer to a SharePoint site document. I tried hitting the "Sync" button on the SharePoint site with no success. Then tried to "add shortcut to OneDrive", and that worked, but it only gave me half of the folders in the documents section. For reference, this SharePoint site is associated with a MS Teams page containing 4 Channels. I want to be able to access the files in all 4 channels via file explorer. I am the owner of the Teams page and all 4 channels. 2 of the Channels are usable to all members in the Team and the other two are only accessible for 2 members of the Team, one of which is me. Does anybody know how to make these files in this Teams page/SharePoint site accessible in my File Explorer? Thank you all for any info you can provide!2.8KViews0likes2CommentsXlookup Not working
All, I am attempting to find a Customer ID using a Customer Name. However, my xlookup function fails to match records that I know have an ID associated with it. I know this because when take a name where my xlookup returned an #N/A and search for it in my source data, I can find the Customer ID. There are some duplicate names in my source data, however, I cannot remove them. To accommodate these duplicates, I have attempted to use multiple criteria, such as Customer DOB) to find the associated Customer IDs but return the same number of #N/A results from my xlookup. Is there something I am missing about the xlookup function that could be causing this or does anybody have any ideas/thoughts? For reference I was able to match almost 9k records that returned a Customer ID. I always like to check my results and noticed there were quite a few unsuccessful results. That is when I began searching manually. Any help is greatly appreciated!1.3KViews0likes3Comments- 1KViews0likes0Comments
Averaging based on a condition
Hello all, I am wanting to calculate a single average value based on a criterion in a range. I have a list of entities, the number of members associated with that entity, and a Y/N categorical field identifying whether the entity meets a certain rating or not. I am wanting to find one average member count when the rating is met. I tried using averageif, but was not successful. See snippet for reference. Entity Member Count Rating Met: Y/N A 437 N B 522 N C 46 Y D 333 N E 12 Y In this scenario, I want to see the average member count for entity C and E. This is an example set of data but resembles my actual dataset other than having more categorical rating fields and hundreds more records. I am propably overlooking something and hope this is a simple problem. Thanks for any help!Solved1.1KViews0likes3Comments
Recent Blog Articles
No content to show