Skip to main content

Excel in my day by day routine

I would like to say that the best program I've ever used for analyzing my data is excel. Since the late 90's Excel was there for me and is still here today. I'm not saying I didn't try other programs like R Studio, Power Bi and Tableau but excel is still helping me on my day by day routine.
The list below will give you my top functions and use cases with Excel.


This function is by far my favorite one. The VLOOKUP function performs a vertical lookup by searching for a value in the first column of a table and returning the value in the same row in the index_number position.

Syntax

VLOOKUP( value, table, index_number, [approximate_match] )

2. CONCATENATE 

The word concatenate is just another way of saying "to combine" or "to join together". The CONCATENATE function allows you to combine text from different cells into one cell. In our example, we can use it to combine the text in column A and column B to create a combined name in a new column.

Syntax
CONCATENATE(Text A, Text B)


The Microsoft Excel IF function returns one value if the condition is TRUE, or another value if the condition is FALSE.

The IF function is a built-in function in Excel that is categorized as a Logical Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the IF function can be entered as part of a formula in a cell of a worksheet.

Please read our IF-THEN-ELSE (VBA) page if you are looking for the VBA version of the IF statement as it has a very different syntax.

Syntax
IF( condition, [value_if_true], [value_if_false] )


Excel COUNTIF function is used for counting cells within a specified range that meet a certain criterion, or condition.

For example, you can write a COUNTIF formula to find out how many cells in your worksheet contain a number greater than or less than the number you specify. Another typical use of COUNTIF in Excel is for counting cells with a specific word or starting with a particular letter(s).

Syntax
COUNTIF(range, criteria)

5. SUMIF

The SUMIF function is a worksheet function that adds all numbers in a range of cells based on one criteria (for example, is equal to 2000).

The SUMIF function is a built-in function in Excel that is categorized as a Math/Trig Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the SUMIF function can be entered as part of a formula in a cell of a worksheet.

To add numbers in a range based on multiple criteria, try the SUMIFS function.

Syntax
SUMIF( range, criteria, [sum_range] )

6. OR, AND
Use the OR function, one of the logical functions, to determine if any conditions in a test are TRUE.

Use the AND function, one of the logical functions, to determine if all conditions in a test are TRUE.

Syntax
OR(A2>1,A2<100)
AND(A2>1,A2<100)

7. Left, Right, Mid

LEFT returns the first character or characters in a text string, based on the number of characters you specify.

Syntax
LEFT(text, [num_chars])

Pivot Tables

When it comes to Pivot table you know you are going to save time. No need to memorize all these functions as sumif and countif, you just drag and drop and the pivot will determine if to sum or count your values. The pivot table enables you to do things faster and in a nicer way. 

You can also add slicers and other cool options to make your pivot be more easy to use.

Hotkeys

ctrl + 1 - open format cells menu
ctrl + shift + 1 - format number as currency (i.e 1000 will be formatted to 1,000.00)
ctrl + shit + ~ - format number as regular (i.e 1,000.00 will be formatted to 1000)




A good explaination can be found here. 

Comments

Popular posts from this blog

Signup process, how to do it right!

Every flow, campaign you do should have KPIs , but most of all it should have a purpose. When we work on the signup flow we need to understand that the purpose is 100% clients that start the signup flow will complete it. This means your signup flow should be KISS (keep it stupid/super simple). In the signup flow we usually need the basic information of a customer, like: 1. Full name 2. Email 3. Phone number 4. Birthday 5. Country 6. City 7. Zip Code 8. Gender An example of a signup flow: The above diagram describes a nice signup flow: 1. On the first step you fill in your email and password (could be separated into two steps) 2. Step 2 you will need to fill in your full details, in the meantime you will receive a confirmation email. 3. Step 3 you will need to verify your phone number The email confirmation step is not part of the signup process. This email should have only one purpose, confirming the customer's email. Don't make it long or explain abo

What the FUCK is churn rate?

What the fuck is churn rate and why is it so important for your company? Wikipedia  tells us: "Churn rate (sometimes called attrition rate), in its broadest sense, is a measure of the number of individuals or items moving out of a collective group over a specific period. It is one of two primary factors that determine the steady-state level of customers a business will support. The term is used in many contexts, but is most widely applied in business with respect to a contractual customer base. For instance, it is an important factor for any business with a subscriber-based service model, including mobile telephone networks and pay TV operators. The term is also used to refer to participant turnover in peer-to-peer networks. Churn rate is an important input into customer lifetime value modeling, and can be part of a simulator used to measure ROI using marketing mix modeling ." When you look at your churn rate you know how is your retention performing. How

Priority Potential RFM

After learning what is the RFM algorithm in my previous post . I would like to write today about my adjustments and improvements that helped me during these years as an online marketer. I call it the Priority Potential   RFM or just PPRFM . P - Priority (who to contact first) P - Potential (predicting lifetime value of a customer) R – Recency (most recent deposit) F – Frequency (how many times he deposited) M – Monetary (Lifetime Deposits) Please see attached diagram I did for an online gaming company: Remember we are not changing the RFM algorithm we are just adding two new add-ons. Priority - everything should work according to who do you want to contact first and why. Potential - In this section you put everything you think might influence a customer to buy your product or not. It can be various things so try to think what are the characteristics that differentiate your purchasing customers from your customers that still didn't buy from you and segment them