Send email from Excel without VBA
Hello friends! Today we’ll be learning how to send email from excel using HYPERLINK formula without VBA.
Read moreHello friends! Today we’ll be learning how to send email from excel using HYPERLINK formula without VBA.
Read moreHello friends!! We’ll be learning few quick and very helpful Alteryx tips & tricks. I’ve attached the reusable Alteryx workflows to download. I’ll be adding more tips to the list.
Read moreToday we’ll be learning how to consolidate multiple excel files present in a folder save the output file using VBA. We’ll use FileSystemObject in VBA to achieve this.
Read moreHello friends! It’s been very long I’ve written any article. I was super busy since last 4-5 months.
Hello Friends! I’ll be sharing different resources to quickly revise analytics concepts. Sometimes if you don’t use some concepts for time you may forget and need a quick revision. Here I’m listing out few links you can use to revise.
Hello friends! today we’ll be see how to do exploratory data analysis (EDA) in R. EDA is an approach to analyse data and start with it read more. I’ve used medical cost data from Kaggle.
Reshaping data is one of the important steps for data analysis and data transformation. Today we’ll see few of the methods and function in R. The tutorials is easy to follow. I’m using mtcars dataset which is available in R.