NEHAD ULFAT is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including ABACUS, AutoCAD, Rhinoceros, Maxsurf, and Hydromax. He got his B.Sc in Naval Architecture & Marine Engineering from BUET but switched gears, working as a content developer. In this role, he creates techy content all about Excel and VBA. Later, he was promoted and worked as a project portfolio manager at ExcelDemy in SOFTEKO. You'll find him reading books, travelling, and watching documentaries outside work.
Method 1 - Use Excel TRIM Function to Remove All Leading and Trailing Spaces The TRIM function removes all spaces from a text string except for single spaces ...
Method 1 - Calculating CAGR with a Generic Formula The following dataset contains some compounded amounts over successive years. The initial value ...
Overview: Excel SUMIF Function Objective: The function adds the cells specified by a given condition or criteria. Formula: ...
Method 1 - Using the COUNTIF Function to Find Duplicates in One Column Along with the First Occurrence We have a list of names in column B. The formula to ...
Method 1 - Use COUNTIF Function to Highlight Matches Across Excel Worksheets The following picture represents a worksheet named Sheet1. It contains two ...
Solution 1 - Getting Repetitions of a Number Instead of a Series While Using Autofill In Column B, the Fill Handle was used to make a series of numbers ...
Consider the following dataset where we have various smartphones and their information listed. We'll copy this data to other sheets. Method 1 - ...
Method 1 - Create a Hyperlink Based on Cell Value in the Context Menu in Excel Create hyperlinks to click a month name an be redirected to the sales report of ...
Method 1 - Compare and Match Data from 2 Worksheets by Viewing Side-by-Side in Different Workbooks There are two sample workbooks named Book 1 and Book 2. ...
In this article, we'll demonstrate 4 effective methods to find and fix broken links in Excel. What Are Broken Links in Excel? Our Excel sheets may ...
Method 1 - Use the Find and Replace Tool for Multiple Values in Excel Case 1 - Find and Replace Text Values In the table below, we want to replace the value ...
Method 1 - Use Find Command to Search External Links Used in Formulas Steps: ➤ Press CTRL+F to open the Find and Replace dialog box. ➤ In the Find what ...
Method 1 - Using VLOOKUP with Array Formula Suppose you have a dataset with smartphone models and their specifications. To extract all ...
In this article, we'll cover the methods and formulas to concatenate (or join together) numbers with different formats in Microsoft Excel. Example 1 - ...
Method 1 - Using CONCATENATE or CONCAT Function to Combine Date and Text in Excel To maintain the proper format of a date or a time in a cell that include ...
Hi, Marian. All our Excel-related contents on this website have been made using Excel 365. I suggest you try the formulas in Excel 365 or Excel 2021 version. Thanks!
Hello, Kim! You can contact him through this email address:
[email protected]
Hello, Stefano! Can you please share your queries in English? Thanks!
Thanks for mentioning, Ehsan! Pardon our mistake, we’re uploading it within next 24 hours!
Hello. Tabuaka! You can check out our practice problems which should help you to get familiar with Excel works!
https://www.exceldemy.com/topics/calculation-with-excel-formulas/
Hello, Ali! Click here to autoscroll and you’ll find the download links for both pdf and xlsx formats.
https://www.exceldemy.com/microsoft-excel-formulas-functions-cheat-sheet/#Download_Excel_Formulas_Cheat_Sheet_PDF
Hello, James Garang! There’re two download links available just after the table of contents in this article. You can download pdf or xlsx version whatever you need!
Hi, Bruce Ritch! Glad to know it helped you! 🙂
Great to know it helped you!
Hello, Barry! You can check your default path folder for browser downloads. And if you need any assistance with the Excel problems you can mail us!
Glad to know it helped you, Kadiri!
Glad to know it helped you!
Glad to know it helped in your work!
Hello, Missy! Please send us your problems here: [email protected]
Hello, ABDELAZIZ SALIH ABDELLAH ADAM! You can check out the following link to get access to some of our learning resources related to MS Excel.
https://www.exceldemy.com/learn-excel/
Hi Mohammad Sayed! Glad to know it helped you!
Hello, Lalit Kansal! You can send us your attachment to this email: [email protected]
Hello, John! Can you please email us the Excel file containing the dataset with the problem? We’ll look into it & try to solve it asap.
Thanks for your feedback, Carol! Best regards.
Hello, TRYSTAN! Can you please email us your Excel file containing the dataset with the problem? Thanks.
Hello, OLUNIYI! Can you please email us your Excel file containing the dataset with the problem?
Hi, NOHEMI WEST-PHELPS! Can you please email us the Excel file containing the problem with the dataset?
Hello, ARIZONA AMBER! To enable Developer tab, you have to follow this procedure: Go to Excel Options > Customize Ribbon > Customize the Ribbon > Main Tabs > (Check) Developer tab.
Hello, MAUREEN E CLAYCOMB! You can mention the keywords or problem here, we’ll try to prepare & publish the article within 2-3 days.
Hello, SR! Thanks for your recommendation. We’ll cover this part & give you an update soon.
Hello, KRISHNAN V! Thanks for your feedback. Hope you’ll find our other articles useful as well when needed for your works!
Hello, OPIYO DENIS OCAYA! You can download our practice workbook and use it as a calculator which is quite similar to using an app instead!
Hello, Mary Visco! The downloadable file has been sent to your gmail address. If you can’t find the mail in inbox then please look for it in spam folder. Best regards!
Hello, GOKTUG! All of our contents were prepared based on Excel 365 version only. So, I recommend using the Excel 365 version instead of 2019. Hopefully it should fix your issues!
Hello, Sanooj Kumar! When this content was prepared, we used Excel 365 version. Could you please try out the similar version?
Hello, RUBAN! You can send your Excel Macro related problem to this email: [email protected]. We’ll start working on your problem as soon as we receive your mail! Thanks.
Hello, JUAN! Glad to know you’ve found the solutions finally from our article!
You’re welcome, RAAA1987! Best regards!
Hi, ETHAN! Hope, the solutions have worked for you!
Hello, PIET STRYDOM, you can check out this link to learn VBA programming step by step! Thanks!
https://www.exceldemy.com/excel-vba-macros/
You’re welcome, CHRIS! Best regards!
Thanks, SANDEEP! Best regards!
Hello, Nick! Right now we’re not working with Mac so unfortunately we’re unable to provide you with the exact solutions.
You’re welcome, ZAFER!
Thanks, AJAY!
You’re welcome, LAUREN! I hope, you’ll find more other solutions in our blog related to Excel problems in future!
Thanks, TODD! Good to hear from you!
Hello Jess, you’re most welcome! If you need any other solutions to more problems you can also email us.
You’re most welcome, Ovi! We’re always trying hard to deliver the best possible solutions to our readers.
I think your query should meet the requirements in methods 2.2 to 2.4. You can use any of them while dealing with similar numeric values. If it yet does not fulfill your criteria, then let me know. I’ll catch you up as soon as possible!
Hi Roberto,
If you write “=IF(A2“”,NOW(),””)” in Cell B2, then the timestamp in Cell B2 will update for each input name in the following cells(A3,A4,…….). To fix timestamp for each entry, you have to type “=IF(A2””,IF(B2=””,NOW(),B2),””)” in Cell B2.