Excel Formula Shortcuts

Excel Formula Shortcuts

Save: Alt + Shift + F2 Length of cell: =LEN(B5) Sum of cells: =SUM(C8:C11) Add character, beginning or end of text: =”(“& A2 &”)” 5. Add character in middle of…
View Post
What is IaC

What is IaC?

Infrastructure as Code (IaC) provides a portable and reliable way to automate provisioning and maintain a desired state for your infrastructure. Written in human-readable languages like JSON or YAML, IaC…
View Post