“A rising tide lifts all the boats”
This saying is commonly attributed to John F. Kennedy, who used it to defend government spending and investment in the economy, suggesting that broad economic growth would help everyone, not just a select few.
“There are no bad teams, only bad leaders”
This quote by Jocko Willink reflects the core principle of Extreme Ownership — that leaders must take full responsibility for everything in their team or organization. If a team is underperforming, it’s not just about the individuals; it’s about how they’re being led.
“You have brains in your head. You have feet in your shoes. You can steer yourself any direction you choose.”
On Personal Responsibility & Courage:
— Oh, the Places You’ll Go! Dr. Seuss
A perfect reminder that great leaders begin by leading themselves — with choice, direction, and intention.
This formula helps you add up a range of cells.
SUM(A1:A9)
The formula searches the leftmost array column, retrieve specified column's value.
VLOOKUP(A2, B2:C10, 2, FALSE)
“In the midst of chaos, there is also opportunity.”
Sun Tzu – The Art of War
What it means:
The ability to stay calm, observe clearly, and act decisively in turbulent times separates winners from the rest.
“Culture eats strategy for breakfast”
No matter how brilliant your strategy is — your business plan, goals, or tactics — it will fail without the right culture to support it.
“Assume positive intent”
Assuming positive intent means choosing to believe that others' actions or words are motivated by good intentions, even if they come across as clumsy, frustrating, or unclear.
"When you assume negative intent, you're angry. If you take away that anger and assume positive intent, you will be amazed."
— Indra Nooyi, former CEO of PepsiCo
This formula adds up cells that meet a condition.
SUMIF(A1:A9,">50")
This formula counts the number of cells meeting a condition.
COUNTIF(A1:A9,">50")
“The price of greatness is responsibility.”
Winston Churchill
“You do not rise to the level of your goals you fall to the level of your systems”
“Everyone has a plan until they get punched in the mouth.”
— Mike Tyson
What it means:
This formula finds the highest value in a range of cells.
MAX(A1:A10)
CONCAT(A1," ",B1)
“The greatest shortcoming of the human race is our inability to understand the exponential function.”
On Impact and Urgency:
— Albert A. Bartlett, physicist
“Mindset changes everything”
is a concise but deeply powerful idea — most famously explored in Dr. Carol Dweck’s book Mindset: The New Psychology of Success.
There are two primary types of mindsets:
1. Fixed Mindset
• Belief: Abilities and intelligence are static.
• Result: Avoids challenges, gives up easily, fears failure, sees effort as fruitless.
2. Growth Mindset
• Belief: Abilities and intelligence can be developed through effort and learning.
• Result: Embraces challenges, persists through setbacks, learns from criticism, inspired by others’ success.
“Seek first to understand, then to be understood.”
from Stephen Covey, author of The 7 Habits of Highly Effective People:
What it means:
This formula performs a conditional test.
IF(A1>20,"High","Low")
MATCH(A1,B1:B9,0)
“Leadership is the art of getting someone else to do something you want done because he wants to do it.”
— Dwight D. Eisenhower
“Leading others effectively starts with leading yourself”
Clearing the Way: Combat Engineers in Kandahar
Book by Mark Gasparatto
“Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.”
— Steve Jobs, Stanford Commencement Address, 2005
The formula returns the current date and time.
NOW()
This function removes all spaces from a text string except single spaces between words.
TRIM(text)