Read data sql export excel using aspnet jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 read data sql export excel using aspnet jobs found, pricing in GBP

    I'm looking for someone who can handle daily updates of sales data in my Excel file. I'm in need of a freelancer with exceptional Excel skills, along with a keen eye for detail and accuracy. Key Responsibilities: - Update customer information, product information, and sales transaction details daily. - Extract and interpret sales data to develop insightful reports. Reports Needed: - Conduct sales trend analysis - Analyze customer purchase behavior - Assess product performance Ideal freelancer would have proven experience in data management and business reporting. Proficiency in Excel and ability to communicate insights from complex data clearly is essential. This role requires attention to detail, consistency and reliability.

    £9 / hr (Avg Bid)
    £9 / hr Avg Bid
    6 bids

    We are seeking a skilled Android developer to integrate an Excel import feature into our existing app, "Fuel Injection MSI CRDI Charts" (). Scope of Work: Develop a function to import data from Excel files (.xls or .xlsx) into the app. The import functionality should be similar to the existing "Fuel Injection Price List" section within the app. Ensure data integrity and proper handling of potential errors during import. Implement appropriate user interface elements for file selection and import initiation. Skills Required: Android development expertise (Java/Kotlin) Experience with data parsing and Excel file handling libraries Understanding of user interface design principles for Android Strong problem-solving

    £69 (Avg Bid)
    £69 Avg Bid
    6 bids

    We've developed an MS Access database front end with a SQL Server back end. Now we need to install both of these with government agencies in South America whose IT people only speak Spanish. We provide written installation instructions in English. Our clients can only meet the contractor online for server installations during business hours in American time zones. This is periodic work, installing databases whenever clients request them. At present we have six clients in the queue. The applicant must guide and troubleshoot each installation online in fluent Spanish. The successful applicant will have a record of relevant database work. We're a university-based not-for-profit.

    £43 / hr (Avg Bid)
    £43 / hr Avg Bid
    4 bids

    I'm in need of a proficient Excel specialist to help me with data analysis and entry. The task involves handling mixed data (both numeric and text) and providing valuable insights from analysis. This is a remote role, so email will be our preferred mode of communication. Ideal Skills and Experience: - Advanced Excel proficiency - Previous experience with data analysis and data entry - Ability to work with mixed data types - Strong analytical skills - Excellent communication through email

    £2 / hr (Avg Bid)
    £2 / hr Avg Bid
    29 bids

    I have an Excel dataset that I'm looking to augment primarily to increase its dataset size using Python . This is in the context of machine learning modeling, so the main objective is to ensure I have enough varied data to train my models effectively. Key Responsibilities: - Implementing data augmentation techniques for numerical data in Excel format - Expanding the dataset significantly while keeping the integrity of the original data ( Read the word file attached)

    £13 (Avg Bid)
    £13 Avg Bid
    13 bids

    I'm in need of a custom bill format in Excel that incorporates my company's logo and branding. The bill should have automated calculations for the ease of use. Key Requirements: - A customized Excel bill format with a professional finish - Integration of the company's logo and branding into the bill - Automation of calculations within the bill Ideal Skills: - Proficiency in Excel, including advanced formula creation - Experience in design, particularly in creating professional, branded documents - Understanding of automated calculations and their implementation within Excel Upon completion, I expect to receive the Excel file with the custom bill template.

    £198 (Avg Bid)
    £198 Avg Bid
    19 bids

    I need a solution that will automate a post to my own managed facebook group. I have a php script that creates the post ready to be sent to the group. The script is run unattended once a day via a cron job. My post will contain text and images. I had a previous system that used an fb app using publish_ to_group that I believe is no longer supported. I need a replacement solution. Happy to use any technology (not just FB app) that may achieve the same result. Please do not bid unless you fully understand the issue and can suggest an alternative. I will not pay for 'learning on the job' so please ensure you know the solution and can implement it within your quote before bidding. DO NOT BID AN AMOUNT YOU UNWILLING TO DO THE WORK FOR.

    £164 (Avg Bid)
    £164 Avg Bid
    16 bids

    ...Location: On the Road 50 - 150mi Employment Type: 1099. Gigs. Part-time. Set your own schedule & travel radius. Salary Range: Training starts at $50/survey & 25c/mi & pay increases after training PLEASE READ THIS POSTING AND JOB REQUIREMENTS/QUALIFICATIONS CAREFULLY BEFORE SUBMISSION. IF YOU ARE INTERESTED IN MORE THAN ONE LOCATION, YOU NEED ONLY SUBMIT ONCE. THANK YOU! We are currently seeking motivated and detail-oriented individuals to join our team as a Ciellie Solar Survey Technician. As a Ciellie Solar Survey Technician, you will be responsible for conducting site surveys and gathering data to assist in the design and installation of solar systems. This role allows you to set your own days, hours and travel radius. You can work whenever you please, so it ...

    £4 / hr (Avg Bid)
    £4 / hr Avg Bid
    1 bids

    I'm looking for a professional who can assist in converting screenshots, which already depict data set in tables, into Excel tables. The purpose of this task is to better analyze the data, which is purely textual in nature. The ideal freelancer for this job would be experienced in data entry, with a particular emphasis on Excel, and have an eye for detail to ensure all data is transferred accurately. There's no requirement for interpretation or analysis, I simply need the information from the images moved into an Excel format. Attached is a sample of the screenshot.

    £52 (Avg Bid)
    £52 Avg Bid
    184 bids

    I'm in need of a web developer who specializes in producing attractive, minimalist designs. The project involves building a website to facilitate my export business operations. The site won't just need to look clean, but should also be user-friendly and intuitive. Key Features: - Integrated Live Chat - WhatsApp Chat Compatibility - A Blogging Section - Product Showcase Section - An Enquiry Page - "About Us” and "Why Choose Us" Pages - Testimonials/Reviews Section - Contact Us Page Skills and Experience: The ideal freelancer should have a track record of carrying out similar projects, solid knowledge in creating minimalist websites, and the capability to provide all the required functionalities. A keen eye for style and details to comp...

    £124 (Avg Bid)
    £124 Avg Bid
    40 bids

    I have Excel sheet in the are all products added with all the categories in it. I will also share a word file in which I will add that specific category and you have to take out the data from sheet and create the image in Photoshop. I will also give you product images with it's specific name. You have to only remove background and add text and image according to the data. The person must have latest Photoshop and have to create one sample image. You have to leave the space also for the main video and have to choose a shape or space according to the data Here are the links to sample: My budget is Rs.50 per image. There are 10-11 images which you have to create and I need it by today. This

    £2 / hr (Avg Bid)
    £2 / hr Avg Bid
    17 bids

    ...missing imports according to the importsMapping. Example 1: if a code is this: export default function App() { return <div> <Box>some content</Box> </div>; } the function should detect that an import of Box component is missing, and it should look at the importsMapping["Box"] to get an import to add to the file example 2: if the code is this: import {Box} from "@mui/system"; export default function App() { return <Stack> <Box>some content</Box> </Stack>; } the function need to detect that Stack is missing and in case the importsMapping["Stack"] will return "@mui/system" The final output of the function need to be like this: import {Box, Stack} fr...

    £30 (Avg Bid)
    £30 Avg Bid
    22 bids

    I need a proficient freelancer to help convert my Excel files, containing both numerical and textual data, into Word documents. The aim of this conversion is to ease the process of creating reports. The data should be precisely formatted into tables in the Word documents for a cleaner presentation. The ideal candidate would require: - Excellent skills in Microsoft Excel and Word. - Proficiency in data conversion and formatting. - Attention to detail to maintain data integrity. - High regard for timeliness and efficiency. Understanding the importance of report creation in business communication, this work must be meticulously done, reflecting professionalism in every converted document.

    £69 (Avg Bid)
    £69 Avg Bid
    5 bids

    I'm keen on gathering a cus...to 50 nano or micro influencers who are distinguished in the pet food product niche. The preferred influencers are mainly those active on IG, FB or YouTube. To attract quality bids, freelancers should possess: - Expertise in Social Media and YouTube data gathering. - A strong understanding of the pet products industry. - Ability to identify key influencers in the pet products niche. - Tracking and reporting capabilities. Freelancers with current experience in influencer research will be given priority. The deliverable is a Report (Excel format preferably) that includes: - Full Name of the nano/micro Influencer - Profile Link - Username - Channel Name - Channel Type (IG, FB, YT, etc) - Email (must be current and valid) - Engagement Rat...

    £12 (Avg Bid)
    £12 Avg Bid
    9 bids

    I'm seeking an expert in reinforcement learning to develop a control system for a differential robot in a simulated environment. The project will be implemented in Python. Key Requirements: - Develop a control system using reinforcement learning for a differential robot - Implement and test the system in a simulated environment - Provide clear documentation and code comments Ideal candidates should have: - Proven experience in reinforcement learning and robotics - Proficiency in Python and familiarity with any relevant libraries - Ability to work in a simulated environment If you have experience in these areas and are confident in your ability to deliver a high-quality project, please reach out.

    £11 / hr (Avg Bid)
    £11 / hr Avg Bid
    15 bids

    ...analysis of the transcribed texts using NVivo software - Purpose: The main aim is to identify patterns and trends in the data. - Data Organization: The text data is organized by topic. Deliverables: - A comprehensive report: This report should include a statistical breakdown of the identified patterns and trends. Ideal Skills and Experience: - Proficiency in NVivo software: The ability to effectively navigate and analyze data using this tool is essential. - Strong Analytical Skills: The analyst should be able to identify patterns and trends within the data. - Excellent Reporting: The report should be comprehensive and include a statistical breakdown, providing a solid foundation for decision making. The ideal candidate should have a ...

    £389 (Avg Bid)
    £389 Avg Bid
    40 bids

    I am seeking an AI coder for the development of a full-featured online ordering platform that emphasizes on streamlining orders and deliveries. Primarily, the platform should be designed to : - Excel on both desktop and mobile devices ensuring a smooth customer experience on all interfaces. - Prioritize on real-time scheduling functionality that optimizes order fulfilment with exemplary efficiency. -Connect to Service Monster API -Use as payment gateway. Ideal candidates should possess profound expertise in AI coding specifically in enhancing online platform functionalities. Experience with building real-time scheduling systems is critical for this project. Furthermore, a strong background in mobile and desktop compatibility is essential. The aim is to create an ordering

    £1081 (Avg Bid)
    £1081 Avg Bid
    91 bids

    I need an experienced Swedish accountant who can provide ...which has EORI and VAT registered. We need assistance to ensure we can claim back the VAT when we export the items to Singapore. Key Project Details: - You should be proficient in explaining the VAT refund process for business purposes and be able to guide me through the necessary steps to successfully claim VAT refunds for the exported goods. Experience: - Strong knowledge of EU export regulations and VAT refund procedures, particularly within the context of business transactions. - Prior experience in handling VAT refunds for exported goods. Please provide your proposal for this project, along with your relevant experience and a breakdown of how you plan to assist me in understanding the export process a...

    £6 - £12 / hr
    Local
    £6 - £12 / hr
    0 bids

    I need an experienced Swedish accountant who can provide ...which has EORI and VAT registered. We need assistance to ensure we can claim back the VAT when we export the items to Singapore. Key Project Details: - You should be proficient in explaining the VAT refund process for business purposes and be able to guide me through the necessary steps to successfully claim VAT refunds for the exported goods. Experience: - Strong knowledge of EU export regulations and VAT refund procedures, particularly within the context of business transactions. - Prior experience in handling VAT refunds for exported goods. Please provide your proposal for this project, along with your relevant experience and a breakdown of how you plan to assist me in understanding the export process a...

    £6 - £12 / hr
    Local
    £6 - £12 / hr
    0 bids
    SOX ITGC Testing 6 days left
    VERIFIED

    Vittoba Business Services is urgently looking for multiple resources to work remotely as a part of our well established SOX ITGC team for ITGC Testing for various technologies like SAP, web applications, OS and DBs based on our client’s internal testing framework. We are looking for resources who has good experience to independently do walkthroughs, design a test plan, read and understand the ITGC control requirements across access management. Change management, Incident management, job scheduling, backup & recovery and other operations and configuration controls implemented in SAP and other web applications as well as its related IT Infrastructure components. Expected workload will be to deliver 15-18 work papers by gathering evidences and testing it with good quality. ...

    £1911 (Avg Bid)
    £1911 Avg Bid
    1 bids

    I am seeking an experienced RPA Developer to automate tasks relating to Excel and Web interaction. Basically you will take 1 data from 1 excel cell (example cell d5) with that data you will create an hyperlink you will open a broswer tab with that link analize the result of the web programming 1 or 2 IF statements Proceed to generate the unatended "clicks" in that web close the tab iterate with the next excel cell (in this case d6) repeat the web process Until Excel's data EOF Everything configurable via external TXT file - name of the excel file - starting cell - basic hyperlink - how to compose the final hyperlink - the IFs statements - the sequence of clicks for each IF condition Immediate offers after posting will be...

    £24 (Avg Bid)
    £24 Avg Bid
    11 bids

    ...Dollars). Responsibilities: - Data entry and file management: The ideal candidate will be responsible for inputting, updating, and maintaining data accurately and efficiently. - Email and calendar management: Handling and organizing emails and managing calendars, scheduling appointments and meetings. - Customer service and support: Providing excellent customer service, addressing queries and concerns. Software and Tools: - Microsoft Office Suite: Proficiency in Word, Excel, and PowerPoint is required. - Vettrak Student Management System: Experience with this software is beneficial but not mandatory. - Dropbox: Familiarity and experience with file management on Dropbox. - Facebook and Instagram. Ideal Skills and Experience: - Previous experience in administration,...

    £7260 (Avg Bid)
    £7260 Avg Bid
    17 bids

    I am in need of a skilled bookkeeping specialist proficient in Tally data entry and Excel data entry and formatting. Key Tasks: - Entering less than 100 entries per week into Tally. - Formatting and managing Excel data. The work will be ongoing, with updates and reports required weekly. Ideal Candidate: - Must possess extensive experience with Tally and Excel. - Proficiency in bookkeeping and data entry. - Ability to handle tasks efficiently and with a high degree of accuracy. - Understanding of financial reports and data reconciliation. The ideal freelancer will be able to deliver clean, well-organized data, and provide timely reports. If you have the skills and experience required, please get in touch.

    £8 / hr (Avg Bid)
    £8 / hr Avg Bid
    28 bids

    MUST READ FIRST =============== MUST HAVE - Blazor experience of at least 3 years - Latest version of .NET & SQL Server - At least 1 hour of availability between 6:00PM and 11:00PM EST - Your price is the one that you REALLY want to have with 10% +- NOTE - APIs will be provided (you will not develop APIs) - No development will be done on My Computer. - DO NOT APPLY if your fees can exceed 10% or your bid PROJECT I have C# Blazor Web App that works using SQL Server Database & using APIs at the same time. For the functions that use the database, I want to replace them with the APIs 1- Make code debuggable. 2- Error message appear with no details, need to make the error message has Show More to display the details of the error. 3- Load Codes...

    £259 (Avg Bid)
    £259 Avg Bid
    36 bids

    I am looking for someone proficient in typing to convert content from a 30 page PDF into Word and Excel documents. The majority of the content will go in Word with a few items to be transcribed into Excel. Requirements: - High typing accuracy and speed - Familiarity with Word and Excel formatting Specific instructions: - For Word, the content should be formatted in Calibri 12 point font and single spaced. - For Excel, maintain one row per entry for optimal readability. Ideal candidates should have prior experience in similar data entry tasks. Familiarity with PDF conversion tools, text formatting, and spreadsheet management would be a plus.

    £61 (Avg Bid)
    £61 Avg Bid
    9 bids

    ...can export the text and numeric data from a PDF table into an Excel spreadsheet. I would like the Excel data to be organized according to the fields in the PDF table. All fields in the PDF table should be included in the Excel sheet. Key requirements: - Export text and numeric data from a PDF table into an Excel spreadsheet - Organize the data on Excel according to the fields in the PDF table - Include all fields in the PDF table in the Excel sheet Ideal Candidate: - Proficient in PDF to Excel data transfer - Excellent attention to detail for verifying and cross-checking data - Familiarity with text and numeric data formatting in Excel - Capable of delivering accurat...

    £6 / hr (Avg Bid)
    £6 / hr Avg Bid
    158 bids

    ...diligent freelancer with strong attention to detail and experience with Microsoft Excel and Shopify for a data entry project. Having a deep understanding of these two platforms is crucial to the seamless execution of the task. The project involves: - Using a spreadsheet to find and identify approx 4500 books on Amazon. - Using an online import tool to bring book data into a Shopify website - Adding extra product information in the shopify website from the spreadsheet about the book. - Determine the genre of the book and categorising in shopify accordingly. The ideal candidate should have: - Proven experience in data entry, preferably within Shopify. - Access to US version of Amazon. - Proficiency in Microsoft Excel. - High level of acc...

    £59 (Avg Bid)
    £59 Avg Bid
    26 bids

    As the client, I am looking for a reliable professional to build a customized Excel plugin that will enhance my financial data management. Key Features: - Automatic Calculations: The plugin should be capable of performing automatic calculations, saving time, and minimizing any possible errors. - Data Validation: Ensuring data accuracy is crucial, thus the plugin should include data validation steps that help identify and correct any inaccuracies promptly. - Customizable Formatting: To enable smoother navigation and interpretation, the plugin should allow for customizable formatting tailored to my data and personal preferences. - Model Versioning: Unlike other models that auto-update or create new versions, I require a plugin that allows me ...

    £6 - £12 / hr
    Featured Sealed
    £6 - £12 / hr
    9 bids

    I have a list of addresses for invitations that need to be transcribed from a handwritten list into an Excel spreadsheet. The addresses should be formatted consistently in the following structure: Name, Street Address, City, State, Zip Code. - Handwritten list will be provided, and should be transcribed accurately - Standardize the address format for consistency - No correction needed for typos, just ensure the format is standardized The ideal freelancer for this project would have: - Proficiency with Excel for data entry and formatting - Attention to detail to ensure accuracy and consistency - Experience with handling addresses or similar data is a plus

    £84 (Avg Bid)
    £84 Avg Bid
    89 bids

    DO NOT BID UNLESS YOU HAVE MAGENTO 2 REVIEWS +++ PLEASE READ ENTIRE POST BEFORE SUBMITTING A FEE +++If you submit a fee, then increase it after we discuss, I will say goodbye to you!!!! **** ALL TASKS ARE STATED HERE ***** :: Please see attached zip file which has screenshots to better explain tasks below. ****This site is FULL of Plugins. If you break any of them, I expect you to fix it without any extra fee **** Currently using Magento 2.4.7p 1.  Upgrade to latest Porto theme  2.  Install FREE version of G|Translate  3.   Install Curcy Currency Converter - activate in header, product page, checkout, etc. :: I purchased this plugin 4.   Registration should show a confirmation message whether it is with social media

    £374 (Avg Bid)
    £374 Avg Bid
    14 bids

    I'm seeking an experienced Excel professional to assist with the implementation of various financial formulas and functions in my spreadsheets. I am trying to create an excel sheet for sales people to put some data entry and get final pricing. i have the basic excel sheet ready, and if you willing to work on it i can share it and explain in more details In particular, I need help with: - The execution and application of financial functions specifically. - An ability to accurately conduct cost and estimating calculations. - Strong problem-solving skills to fine-tune formulas for efficiency and accuracy. A background in finance and substantial experience with Excel's wide array of financial functions would be very advantageous for the successful compl...

    £43 (Avg Bid)
    Guaranteed
    £43
    4 entries

    ...uploaded to it – including PDF, Excel, and Word files. Here is what I am expecting: Document Interaction: • Extract information from PDF, Excel and Word files • Provide document descriptions that enable efficient and informative interactions Graph Generation: • Generate graphical representations from data extracts • Capable of creating bar charts, pie charts, and line graphs Desirable Skills & Experience: • Expertise in Django is a must • A good understanding and experience of GT4 API • Knowledge of ORM and DRF • Familiarity with data visualization may come in handy To recap, I'm seeking a Django chatbot that is able to interact with various document types, provide descriptions based on the documen...

    £44 (Avg Bid)
    Guaranteed
    £44
    1 entries
    PDF to CSV Conversion for WIX 6 days left
    VERIFIED

    ...in the conversion of a PDF and an Excel file into a CSV format, specifically tailored for WIX integration. Key Requirements: - Conversion of a PDF file into a CSV format. The PDF contains crucial information that needs to be extracted and transformed into an easily readable and usable format for WIX. - The Excel file contains customer data, specifically including names, email addresses, and phone numbers. This information should also be integrated into the CSV file. Ideal Skills and Experience: - Strong expertise in data conversion, particularly from PDF and Excel to CSV. - Familiarity with WIX Integration - including the ability to format the CSV file in a way that is ready for immediate use in WIX. - Experience handling customer data and ma...

    £98 (Avg Bid)
    £98 Avg Bid
    72 bids

    ...and Power BI. Let's collaborate to convert raw data into clear, visual and interactive dashboards. Here are the specific needs for this project: Power BI Tasks - Effectively perform Data modeling, Data visualization and dashboard creation using Power BI - Work with various data sources that include Excel Spreadsheets, SQL databases, Online APIs, and Azure Graphics Tasks: -Even though I didn't specify any graphical needs, any creative approach or design skills you can bring to the project to enhance the visual aspect of the data would be appreciated. Ideal Candidate - Proficient in Power BI - Experienced in working with multiple data sources - Has a knack for graphic design - Detail-oriented and data-driv...

    £1613 (Avg Bid)
    £1613 Avg Bid
    64 bids

    ...experienced data scientist with a strong background in trading or stock market data analysis. Your tasks will revolve around data analysis and visualisation, along with other key data science responsibilities. Contract duration: 3 months to 15 months Position open: 2 Data scientists Key Responsibilities: - Perform data analysis and visualisation on trading or stock market data - Use your data science skills to provide valuable insights - Ensure the accuracy and efficiency of your predictive modeling Ideal Skills and Experience: - Proven experience in trading or stock market data analysis - Proficiency in Python, R, and SQL - Strong analytical and problem-solving skills - Prior experience with predictive modeling a...

    £10 / hr (Avg Bid)
    Featured
    £10 / hr Avg Bid
    10 bids

    I'm in need of a professional to help populate my BIGIN CRM with contact information from an Excel file. The task will involve: - Transferring data from Columns A, B, C of my Excel file to BIGIN CRM. - Achieving appropriate data segregation based on geographic location within the CRM. This task will require a keen attention to detail and strong experience in and BIGIN CRM and integrate emails to Outlook. A solid understanding and experience in data segregation & bIGIN PLATFORM is also key for successful delivery of this project. The aim is to streamline my contacts for easier management. Your keen knowledge of geography and ability to dissect contact data is highly needed.

    £8 (Avg Bid)
    £8 Avg Bid
    3 bids

    As someone struggling with certain aspects of Excel 2016, I need an experienced VBA Developer who can assist in creating custom Excel functions and rectifying existing Excel errors. Key duties will include: - Macros programming to automate repetitive tasks - Troubleshooting and fixing inaccuracies in the current Excel functions, if any Despite my lack of specificity about the exact functions or errors, I expect the developer to have a strong understanding of Excel functions in general and to use this knowledge to identify any issues that may exist. Ideal candidates should: - Have significant experience in VBA development - Have a solid understanding of custom Excel functions - Be proficient in troubleshooting & error handling in Excel...

    £15 (Avg Bid)
    £15 Avg Bid
    8 bids

    PLEASE SUBMIT AN ACCURATE HOURLY RATE. ANY ASKS FOR MORE WILL RESULT IN ME LOOKING FOR SOMEONE ELSE. I am seeking a web developer to help me with structuring and upkeep of my very simple website. I will send you HTML files of pages. Your job is to upload them to the website and ensure everything works as necessary. This is ongoing work. You will also be occasionally given tasks such as integrating things into the website, modifying style, fixing things, etc. Project is ONGOING HOURLY PROJECT. Any work you create for this project is “Work for Hire” according to US Copyright law. PLEASE SUBMIT AN ACCURATE HOURLY RATE. ANY ASKS FOR MORE WILL RESULT IN ME LOOKING FOR SOMEONE ELSE.

    £7 / hr (Avg Bid)
    £7 / hr Avg Bid
    89 bids

    I need to have an excel sheet to track expenses made on each items coming under 'purchases for office construction works', stationery for office, project software tool like project management tools, hosting service plans etc also for nterior decoration, expense on inaugration and also i need to list expected cost for future purchases

    £10 (Avg Bid)
    £10 Avg Bid
    8 bids

    I am currently in need of a proficient Excel expert capable of aiding me in data analysis for my investment data portfolio. The Ideal Candidate Should: - Have in-depth knowledge and experience in Excel, particularly in handling and managing large amounts of data with efficiency. - Be familiar with investment-related data and understand trends to aid in analysis. - Be able to demonstrate past work on similar projects, ideally in the investment sector. Project Scope: - The task involves in-depth data analysis of my investment portfolio which encompasses various types of data. - The freelancer will need to interpret and analyze the data using advanced Excel formulas and techniques. The successful freelancer shou...

    £85 (Avg Bid)
    £85 Avg Bid
    38 bids

    I require an expert in Python and Excel to assist with data analysis and manipulation tasks. The central focus will be: - Data Reshaping: You'll be transferring data from daily received *.xls files to a timeseries database. Tee database must be updated regularly, every day when one or more new datasets are available. - Data Cleaning: This involves improving the quality of data in our Excel files. Inaccuracies are often a result of missing data, which you'll need to identify and rectify. Key skills and experience needed: - Proficient in using Python with Excel for data analysis and manipulation. - Expertise in data cleaning, particularly in identifying and addressing missing data, d...

    £142 (Avg Bid)
    £142 Avg Bid
    50 bids

    I'm looking for a ...help me with creating custom functions and macros for data analysis in Excel. Key Tasks: - Creating Macros: The project involves developing macros that can automate repetitive tasks and facilitate data analysis. - Building Custom Functions: I need custom functions to aid in data cleaning and manipulation, as well as report generation. Ideal Skills: - Proven experience in VBA programming, especially in Excel. - Strong background in automating tasks and data analysis. - Ability to develop custom functions for data cleaning and report generation. Output: - The generated reports should be in an Excel spreadsheet format, as well as a PDF document. Please provide samples of your previous VBA work, specifica...

    £385 (Avg Bid)
    £385 Avg Bid
    40 bids

    I'm looking for a skilled MS Excel professional who can work on a multi-sheet file that requires data analysis, formula application, and design enhancements. Key Requirements: - Data Analysis: The primary aspect of this project is to analyze the existing data. - Formulas and Functions: Implementing formulas and functions to drive accurate calculations and insights. - Formatting and Design: Enhancing the visual appeal of the sheets, ensuring they are user-friendly and professional. The file contains 2-5 sheets, and I anticipate that the work will involve a mix of data analysis, formula implementation, and design adjustments. Since I've opted to complete the project, I'm open to any additional suggestions you might have to enhance the over...

    £336 (Avg Bid)
    Urgent
    £336 Avg Bid
    93 bids

    In order to effectively drive my ongoing project, I'm in need of someone skilled at gathering specific data and preparing it into a highly organized spreadsheet. The data needed include: - Name - Email - Job/Business - Phone number(Whats app) of (NRI) Non Resident Indians in UAE The ideal candidate for this task should demonstrate: - Proficiency in data collection, and data management. - High level of accuracy and attention to detail. - Proven experience in sourcing data and utilizing Excel or similar spreadsheet software. Looking forward to advancing my project with your expertise.

    £57 (Avg Bid)
    £57 Avg Bid
    20 bids

    I need someone to transcribe the content of the picture to a excel as the same way. I have 100 picutures like this one. How much for this job?

    £85 (Avg Bid)
    £85 Avg Bid
    74 bids

    I'm looking for a IoT/WSN security professional to address a Hatchetman attack vulnerability on a RPL protocol network using 6LoWPAN technology. The goal is to implement two robust security solutions that to prevent hatchetman attack occurrence in RPL routing protocol. Ideal Skills and Experience: - In-depth understanding of RPL routing protocols, Contiki 3.0 and Cooja Simulator - Hands-on experience with 6LoWPAN wireless technology - Proven expertise in IoT/WSN solution design and implementation Key Tasks: - Implement Hatchetman attack in Contiki 3.0 - Implement Resolution of Hatchetman attack using 2ACK scheme. - Implement Countermeasure to Hatchetman Attack using Multiple Encryption - Evaluate the two solutions with each other and with the standard RPL (RFC...

    £52 (Avg Bid)
    £52 Avg Bid
    2 bids

    My Excel file is very heavy and unorganized. I want it to get cleaned and effecient

    £9 (Avg Bid)
    £9 Avg Bid
    30 bids

    Google app script expert needed for stock price and data for world wide countries. Basically we have done for few countries we need you to replicate for more different countries, each country will consists about 8 google sheet types and some types may have dozen or up to few hundreds google sheets. Then some of the data needs be transferred and stored to SQL and taken from SQL by API also. This is team work, you will be working with bunch of server guys and python guys. So you need to possess these abilities and criteria : 1. Able to make google sheets fast, make editor for the GS fast and send all of the Google sheets ownership to me. 2. Able to work on SQL and API. 3. Able to collaborate as a team. 4. Agile, fast delivery, and responsive 5. Integrity...

    £22 (Avg Bid)
    £22 Avg Bid
    14 bids

    Spanish Recording Project We have a project, that needs Native Spanish speakers, we will give you the text, and you need to record just 20 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 3USD For 40 short sentences recording. Every sentences is 2 word. If you are interested please let me know sure.I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

    £2 / hr (Avg Bid)
    £2 / hr Avg Bid
    50 bids

    I’m looking for a freelancer proficient in Excel who can create a dynamic tool for my restaurant business that helps in managing my food costs and menu pricing calculations. Key responsibilities include: 1. Cost Analysis: Crafting a spreadsheet that can factor-in: - Food cost percentage - Gross profit margin - Break-even analysis 2. Menu Pricing: The spreadsheet should provide calculations on: - Menu item profitability - Menu item pricing based on the desired profit margin Ideal candidates are detailed-oriented and have substantial knowledge in cost analysis and pricing strategy in the restaurant industry. Excel expertise including functions and formulas is paramount. Past experience in successfully building such tools will be a definitive plus.

    £120 (Avg Bid)
    £120 Avg Bid
    54 bids