Find Jobs
Hire Freelancers

GOOGLE SHEET CUSTOM CODE EDIT

$10-30 USD

Completato
Pubblicato 4 mesi fa

$10-30 USD

Pagato al completamento
I have a custom code that copies cell values in to other sheets and the other part does a lookup from "customer contact list" column h (if NOT ACTIVE YET) then it takes column A in the same sheet and then looks at the "Main" sheet column a and appends to the next cell which doesnt have data ONLY if it doesnt exist in the "Main" column a. So this second part is working fine however only when MANUALLY TRIGGERED. The onedit function is a simple trigger which doesnt work with dynamic updates. The requirement is to edit my code to be simpler and to get on screen share with me while we solve it. function onEdit(e) { var ss = [login to view URL](); var ssName = [login to view URL](); if (ssName == "Main") { copyCompany(); } else if (ssName == "Corporate Tax" || ssName == "LLC Tax" || ssName == "SalesTax" || ssName == "PayrollTax" || ssName == "Bookkeeping" || ssName == "MonthlyDeposits") { updateModifiedDate(); } else if (ssName == "Customer Contact List" && [login to view URL]() == 8 && [login to view URL] == "NOT ACTIVE YET") { [login to view URL]("Editing in Customer Contact List. Column: " + [login to view URL]() + ", Value: " + [login to view URL]); appendToMain(e); // Call a new function to handle appending to Main } } function copyCompany() { var mainSheet = [login to view URL]().getSheetByName("Main"); var mainSheetColA = [login to view URL]("A1:A1000").getValues(); var salesTaxSheet = [login to view URL]().getSheetByName("SalesTax"); [login to view URL]("A1:A1000").setValues(mainSheetColA); var payrollTaxSheet = [login to view URL]().getSheetByName("PayrollTax"); [login to view URL]("A1:A1000").setValues(mainSheetColA); var corporateTaxSheet = [login to view URL]().getSheetByName("Corporate Tax"); [login to view URL]("A1:A1000").setValues(mainSheetColA); var llcTaxSheet = [login to view URL]().getSheetByName("LLC Tax"); [login to view URL]("A1:A1000").setValues(mainSheetColA); var bookkeeping = [login to view URL]().getSheetByName("Bookkeeping"); [login to view URL]("A1:A1000").setValues(mainSheetColA); var mdeposits = [login to view URL]().getSheetByName("MonthlyDeposits"); [login to view URL]("A1:A1000").setValues(mainSheetColA); } function updateModifiedDate() { var ss = [login to view URL](); var r = [login to view URL](); var columnNumber = [login to view URL](); var rowNumber = [login to view URL](); if (((columnNumber == 2 || columnNumber == 4 || columnNumber == 6 || columnNumber == 8 || columnNumber == 10 || columnNumber == 12 || columnNumber == 14 || columnNumber == 16 || columnNumber == 18 || columnNumber == 20 || columnNumber == 22 || columnNumber == 24) && ( [login to view URL]()=="SalesTax" || [login to view URL]()=="MonthlyDeposits" ))) { [login to view URL](rowNumber, columnNumber + 1).setValue(new Date()).setNumberFormat("MM/dd/yyyy hh:mm"); } else if ((columnNumber == 2 || columnNumber == 4 || columnNumber == 6 || columnNumber == 8) && ( [login to view URL]()=="PayrollTax" || [login to view URL]()=="LLC TAX" )) { [login to view URL](rowNumber, columnNumber + 1).setValue(new Date()).setNumberFormat("MM/dd/yyyy hh:mm"); } } function appendToMain(e) { [login to view URL]("Editing in Customer Contact List. Column: " + [login to view URL]() + ", Value: " + [login to view URL]); if ([login to view URL] != "NOT ACTIVE YET") { return; // Exit if the edited value is not "NOT ACTIVE YET" } var mainSheet = [login to view URL]().getSheetByName("Main"); var sourceValue = [login to view URL](0, -7).getValue(); // Get value from column A in the same row // Check if the value already exists in Main sheet var columnAValues = [login to view URL]('A:A').getValues(); for (var i = 0; i < [login to view URL]; i++) { if (columnAValues[i][0] === sourceValue) { [login to view URL]("Value already exists in Main sheet."); return; // Exit if value is found } } // Append to the first empty cell in column A of Main var firstEmptyRow = findFirstEmptyRow(mainSheet); if (firstEmptyRow !== -1) { [login to view URL](firstEmptyRow, 1).setValue(sourceValue); [login to view URL]("Data appended successfully at row " + firstEmptyRow); } else { [login to view URL]("No empty cell found in Main column A."); } } function findFirstEmptyRow(sheet) { var columnA = [login to view URL]('A:A').getValues(); for (var i = 0; i < [login to view URL]; i++) { if (columnA[i][0] == "" || columnA[i][0] == null) { return i + 1; } } return -1; } function processHourlyUpdates() { var customerContactSheet = [login to view URL]().getSheetByName("Customer Contact List"); var dataRange = [login to view URL](); var data = [login to view URL](); for (var i = 0; i < [login to view URL]; i++) { var row = data[i]; var status = row[7]; // Assuming status is in column H if (status == "NOT ACTIVE YET") { // Simulate an edit event object var simulatedEvent = { range: [login to view URL](i + 1, 8), value: status }; appendToMain(simulatedEvent); } } // Call copyCompany() if necessary copyCompany(); } function createHourlyTrigger() { [login to view URL]('processHourlyUpdates') .timeBased() .everyMinutes(1) .create(); }
Rif. progetto: 37657682

Info sul progetto

25 proposte
Progetto a distanza
Attivo 4 mesi fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
Assegnato a:
Avatar dell'utente
$0 USD in 1 giorno
4,9 (202 valutazioni)
6,5
6,5
25 freelance hanno fatto un'offerta media di $26 USD
Avatar dell'utente
Hello, I understand your urgency, and I'm confident in my ability to simplify and address the issues in your existing code for seamless data transfer between Excel and Google Sheets using VBA macros. I propose a collaborative screen share session where we can work together to modify the code efficiently. My experience in VBA macros, coupled with a deep understanding of both Excel and Google Sheets functionality, will ensure a swift resolution to your dynamic update challenges. I am flexible and available to accommodate your timeline, and I'm ready to start the collaboration immediately. Your satisfaction with the simplified code and its functionality is my top priority. Let's work together to achieve the desired outcome. Thank you for considering my proposal. Regards, Zafar
$30 USD in 1 giorno
4,9 (56 valutazioni)
5,0
5,0
Avatar dell'utente
With over 12 years of experience in multinational corporations such as IBM, Accenture, Amazon, and Google, I am confident in my ability to streamline and enhance your code for this project. Drawing upon my expertise in Excel, Google Sheets, and VBA/Macro programming, I can optimize your existing code, ensuring that it works accurately on dynamic updates. I understand the importance of effective communication and teamwork in achieving project goals. By offering to join you in a screen sharing session while solving the issue at hand, I can ensure that we are on the same page throughout the process. This level of transparency directly leads to more precise understanding of requirements and ultimately smoother project execution. My competencies go beyond revamping your code; I am well versed in wider operations work, finance and accounting, stock market analysis (especially option strategies), data entry and analysis, workflow management—all useful skills that can be leveraged to my advantage and to provide broader insights during our collaboration. Let's level up your spreadsheet capabilities together!
$20 USD in 1 giorno
4,9 (60 valutazioni)
4,4
4,4
Avatar dell'utente
"Greetings! I clearly understand what is required of the project GOOGLE SHEET CUSTOM CODE EDIT. I am an GOOGLE SHEETS Advanced Level Expert. I have extensive experience in Excel, particularly in creating DASHBOARD, VLOOKUP, PIVOT FUNCTION, AUTOMATION, CODING and CUSTOM FORMATTING. I am also an expert of FINANCIAL CALCULATIONS and ANALYSIS. This is my field and I can complete this project with in 24 hours with added quality. Please Text me to discuss further. About me I am a Chartered Accountant with many years of experience from one of the worlds big four Accountancy and auditing firm """"""""EARNST & YOUNG FORD RHODES GLOBAL"""""""". I have also worked in PWC Audit Firm. I can handle this task very efficiently and you can expect 100% accuracy from me. I am Microsoft Excel, accounting, auditing, financial statements, Form Creation in Excel through VBA and in Google Sheet, QuickBooks, and Sage expert. It is my Sixth month here and I have 115+ 5 stars reviews here. I am not new to work. I know how to meet strict deadlines without compromising the quality of the work. I will also be available for any query after the job is done as I am building my clients. Note. The price is negotiable. I will be available for any query round the clock even if the project is completed. Regards, Spogmai Kakar"""
$20 USD in 1 giorno
5,0 (27 valutazioni)
4,1
4,1
Avatar dell'utente
Hi there,I am a Data Scientist is a professional responsible for extracting actionable insights and knowledge from large volumes of data Microsoft applications Development. I can write clean, Excel, Word, Access, PowerPoint, Power BI, Outlook and creating VBA macros. Excel: Advanced Array Formulas, Charts, Pivot Tables, Pivot Charts, Mail Merge, VBA Macros, Excel Macros, Capabilities, Spreadsheets. Email through Outlook and Gmail, Add-in, Customized Macros. My top priority is to provide a high quality of work, I am willing to fully devote my time and energy to improve the service offered, with timely, accurate and professional results, building trust and a long term relationship with customer is my main objective. https://www.freelancer.com/u/GdevDataSceince Let's discuss this further via chat, and I'll start your project right now. Thanks Gdev
$20 USD in 7 giorni
5,0 (8 valutazioni)
4,0
4,0
Avatar dell'utente
Hello. I read your requirement i will do that. Please come on chat we will discuss more about this. I will waiting your reply.
$30 USD in 1 giorno
5,0 (17 valutazioni)
4,0
4,0
Avatar dell'utente
With a keen eye for detail and a strong understanding of data, I'm confident that I can effectively modify your Google Sheets code for you. My proficiency in handling complex data structures and automating tasks will be highly beneficial when simplifying your custom code. Furthermore, with my experience in Python scripting and web scraping techniques, I can help make your code more dynamic and capable of automated updates. Being a lead generation specialist, I have gained significant exposure to various data-driven strategies. This not only includes identifying target customers but also using Python to gather and analyze vital information from the web. Applying these skills to your project, we can develop a solution tailored exactly to your automation needs. Undeniably, data's role in decision-making is instrumental and this is something that I passionately advocate. My capabilities reach beyond just modifying the code; I aim to leverage the insights derived from the changes made. Whether it be optimizing processes or understanding customer behavior, count on me to help your business make well-informed decisions through this Google Sheet custom code edit. Let’s get on a screen share and solve this together!
$29,94 USD in 7 giorni
5,0 (10 valutazioni)
3,1
3,1
Avatar dell'utente
I can help you to assist in your app script custom code to make the workable functionality. I have expertise in App scripts to deliver automation tasks. Message me so we can discuss more in details.
$28 USD in 7 giorni
5,0 (3 valutazioni)
3,1
3,1
Avatar dell'utente
Hi there, I am pleased to present for providing your Database Programming project. I have extensive experience in Python, Visual Studio, Data Processing, Data Visualization, Google Spreadsheets, Excel VB Capabilities, Database Administration, and Data Cleansing. I am specializing in Machine Learning data science .Additionally, I provide services 24 hours without any limitations, and deliveries are assumed to be on time. Furthermore, rapid action on services is my motto which shows my commitment to customer satisfaction. https://www.freelancer.com/u/IcsfIT789 Let's discuss this further via chat, and I'll start your project right now. Thanks IcsfIT
$20 USD in 2 giorni
5,0 (1 valutazione)
2,2
2,2
Avatar dell'utente
Although I have a wide range of expertise in the data field from Excel to Web Scraping to PPT, G Suite, and much more, let's hone in on my deep understanding of Excel specifically. Your task requires maximizing the potential of a Google Sheet with complex custom code and that’s exactly what I do. Over a decade in service as a freelancer has sharpened my skills to efficiently handle even the most intricate problems. As your dedicated data maestro, I'll be able to easily comprehend and modify your existing code during our interactive screen share session. Beyond being detail-oriented, I'm genuinely committed to delivering high-quality work on time and within budget. My mission is to help you navigate and transform raw data into meaningful insights; this task falls perfectly in line with that mission. From appending to "Main", keeping columns of "SalesTax" or other specific tabs updated based on triggers - I’ve got it covered. Consider this not only as a sales pitch but an opportunity for you to unlock a data wonderland of possibilities. Together, we can sculpt your Google Sheet into an even more powerful tool for your specific needs, transforming it from manual-trigger reliance to dynamic automatic update capability. Let's get started!
$20 USD in 1 giorno
5,0 (3 valutazioni)
2,1
2,1
Avatar dell'utente
As a seasoned freelancer with a solid 3-year experience in data-entry, web scraping, and Excel handling, I am proficient in the communication and technical skills necessary for this sales position. Over the years, I have honed my customer service orientation to not just cater to clients' immediate needs but also provide follow-up support ensuring their lasting satisfaction; a trait that I believe would be invaluable in establishing relationships with potential clients. My tenacity and drive to succeed will ensure that I don't simply settle for a quick sale but instead take the time to understand clients' pain points and provide appropriate solutions. My telephonic proficiency coupled with my ability to navigate through the different documents while maintaining data integrity makes me an ideal candidate for this role of cold-calling potential clients within the primary care sector. Moreover, I genuinely believe the customer is the most important part of any business equation. Hence, I make it a point to be honest, respectful and precise with my work so that you remain satisfied and never disappointed with my services. With me on board, pushing your medical billing business towards new heights will be my main goal of success! Thank you.
$15 USD in 1 giorno
3,9 (2 valutazioni)
0,7
0,7
Avatar dell'utente
Hello, We are excited to submit a proposal for your IT solution requirements. With expertise in VBA, Excel, Access, Data Analysis, Programming, Bookkeeping, Dashboarding, and Data Entry, we can provide comprehensive IT solutions tailored to your needs. Our team of professionals follows industry best practices and stays updated with the latest technologies. We are committed to delivering high-quality solutions within agreed timeframes. Please find attached our portfolio and client testimonials. We invite you to review our work and contact our references for verification. We would be delighted to discuss your project further and provide a detailed proposal with budget and pricing. Please let us know your availability for a call or meeting. Sincerely, IT Solution Team.........
$110 USD in 1 giorno
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Greetings Dear Client, I hope this proposal finds you well. Welcome to my profile, Home to Professional and Quality services with 100% customer satisfaction guarantee. I'm a Certified Dev & Experienced Expert in the respective project requirements. Dear Client, I take this opportunity to inform you that i have KEENLY gone through all your project requirements as given in your project description and I confirm to you that i can perfectly deliver as instructed. Being in possession of all CLEARLY STATED required project skills (Google Sheets and Excel) as this is my area of professional specialisation having completed all Certifications and developed adequate experience in the same area, I hereby humbly request you to consider my bid for Professional, Quality and Affordable services always. STRICT TIMELY DELIVERY & UNLIMITED REVISIONS. Incase your project is deleted, you can hire me directly via the link; https://www.freelancer.com/u/topglobaldev Kindly Message Me We Discuss More About The Project and seal the contract. Welcome and Thank-you.
$30 USD in 1 giorno
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Hi there, I've reviewed your custom code project. It seems you need automation for a process involving copying cell values, lookup from a "customer contact list," and appending data to the "Main" sheet. I'm confident in handling this task efficiently. With 15 years of experience, I've successfully completed similar projects. Your job aligns well with my expertise. To ensure I understand your needs better: Could you provide more details on the manual triggering process that works and how you envision the automated solution? Are there specific requirements or conditions for the data transfer you'd like to highlight? I look forward to discussing this further with you. Let's chat and explore the best approach for your project. Best regards, Nuwan S Konara
$20 USD in 1 giorno
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Hi, Hope you are doing well! Thanks for sharing your project requirement with us. It will bemy great pleasure to work on your project. I have checked your requirement, yes I can do it, because I already working on similar requirement in my day to day duities. I has right skills to work on this assignment. I will complete the work as per requirement
$10 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Along with good interpersonal and communication skills, I have excellent critical thinking and problem-solving skills. I also have a strong aptitude for mathematics, and I am proficient in Microsoft Office, Google Sheet and Real Estate
$20 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Hello am Sakshi. I have completed typing and Word course. I have proper knowledge and can use my skill properly. I will be very thankful if i get this work. I will guaranty that i woll work in time and give fruitful result. Thank you
$20 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Ihffudfyjckugcj,gvgj,vjkgvhmgvmgj Oknkljgvgjkcghmchmgcghmcghmfghfmhgcghmchgcghchmgchgcghcghmcgh vjhkvhjmvhhmvjmhvhjmvhjm
$20 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
With my proficiency in Excel and Google Sheets, I am confident that I can deliver impressive results to simplify your existing code. I believe communication is key in resolving complex problems and I am prepared to get on a screen share with you throughout the process. Being friendly and outgoing means, I will not hesitate to integrate your valuable feedback into the custom code design. Moreover, my experience handling large datasets and performing complex calculations will be beneficial for your project. It is essential to maintain data integrity when copying cell values from one sheet to another, which aligns perfectly with my exceptional attention to detail. I have successfully performed similar operations like updating modified dates based on column conditions, making me adept at resolving all possible issues you may encounter in your script. Additionally, being able to determine if a customer is active or not and appending it to the main sheet without duplicates is paramount for efficiency. My history of meticulously solving logical challenges has empowered me with the right skillset for this task. Overall, by choosing me as your freelancer, you will be selecting someone who not only possesses the technical competence but also understands the significance of a collaborative approach in delivering successful results closely aligned with your expectations.
$20 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
With more than 5 years of experience working with Excel, I can assure you that your project is in excellent hands. I have extensive experience in developing and modifying Google Sheets scripts. I've noticed that your current code could benefit from a more systematic approach thus minimizing any error occurrence. My inclination towards organization and efficiency perfectly aligns with your requirements for simpler yet smart solutions, and my extensive understanding of Google Sheets' API and technologies will help me streamline these processes for you. To address the issue with dynamic updates, we can transition the onEdit function to an "onChange" one which works well even with real-time edits. We can restructure the codes so that upon any data change, it checks if it's on the "Customer Contact List" sheet and performs the necessary action only if the edited value is "NOT ACTIVE YET". Through on-screen sharing during our collaboration, you can monitor my progress and contribute as we navigate through the process together, ensuring our solutions meet your preferences. Lastly, beyond technical skills, my attitude towards work drives me to always find efficient solutions. My versatility also extends to dealing with any kind of challenge that comes my way which would prove to be an invaluable asset for this project. Thank you for considering me, Mintu, and I hope I get the opportunity to work with you!
$11 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
I have a vast amount of real work and class experience in Excel and Google Sheets. I can edit the code and deliver this project promptly with all the necessary functionality!
$23 USD in 7 giorni
0,0 (0 valutazioni)
0,0
0,0

Info sul cliente

Bandiera: UNITED STATES
New City, United States
5,0
1
Metodo di pagamento verificato
Membro dal giu 18, 2013

Verifica del cliente

Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.