Author: Franz Malten Buemann

  • Useful assumptions for teachers

    Not simply in the classroom, but anywhere we hope to inform, inspire or educate:

    Assume enrollment. Either someone is committed to learning or they’re not. While many situations place people into a spot where they are compelled to show up (exhibit A: learning arithmetic in grade school), it’s almost impossible to teach well if people don’t care. If folks aren’t enrolled, then the first job is to change that. If you’re worried that they’ll click away or drift off, it’s difficult to do good work.

    Assume good intent. This is a cousin of enrollment. If you’re worried that someone is going to use an AI to write an essay, it’s easy to spend all your time building walls instead of bridges.

    Assume fear. Learning creates change, and change is scary. In addition, we’re briefly incompetent just before we understand… we know that something can be done, but we don’t know how to do it (yet). When in doubt, look for the fear.

    Assume a lack of context. The reason you ‘know’ something is because you know it. You understand what came before, what’s next to it, how it works, what the language of your field is (both words and concepts). If you’re teaching something new, you can’t be sure that’s true for them. More time on context and less time on tips and bullet points creates the conditions for understanding.

    Assume connection. Some would like to believe that learning can be done alone, in a tower, with a laptop. But in fact, until we interact with other people or systems, all we’ve done is absorb, we haven’t yet understood.

  • Skipping the good days

    Part of the luxury of living near the ocean or the mountains is that you can be picky. If the surf or the powder isn’t great, leave it for the tourists. Good is insufficient, wait for the great moments…

    When we’re young, or the project is going really well, it’s easy to waste the good days. After all, there will be another one tomorrow.

    What becomes clear, though, is that good days are precious. When you’re feeling even a little creative, don’t wait. Write it down, roll tape, speak up. When you’re feeling reasonably healthy, go for a walk.

    They’re all good days, if we choose.

  • 6 CTAs That Will Get Your Audience to Forward Your Email

    At its most basic level, email forwarding is a way for businesses to expand their audience reach by getting more eyeballs on their emails. By having people forward your emails, you can gain exposure with greater numbers of potential customers. Also, a forwarded email provides you with more brand exposure, and if people like what…
    The post 6 CTAs That Will Get Your Audience to Forward Your Email appeared first on Benchmark Email.

  • Expert Guidance

    Let your social media presence speak for itself with our expert guidance. submitted by /u/RepForge [link] [comments]

  • Top Use Cases for ChatGPT in the Salesforce Ecosystem 

    With so much happening in the world of artificial intelligence (specifically ChatGPT), you’d be forgiven for taking a moment to catch your breath. And because of all the ‘noise’, it can be difficult to understand what it means for the Salesforce ecosystem. Of course, AI… Read More

  • I think there could be good stuff in this channel, but it’s mostly ads.

    Any real people here? What are the stuff you’re thinking about with your job and automation? What kind of real challenges are you facing? submitted by /u/Pepper_Mole [link] [comments]

  • Implementing Salesforce Service Cloud – Zero To Hero

    Of the two original core Salesforce products, Service Cloud is arguably the most diverse and interesting to explore. Its functionality is broad, and the benefits it can bring to end users and customers alike are extensive. However, defining a focused stream of work can be… Read More

  • Mike Mancini – Ads Agency Unlocked

    Hi I have this new course : Mike Mancini – Ads Agency Unlocked Sales page : https://www.adsagencyunlocked.com/ If you need it let me know submitted by /u/alaemaroc123 [link] [comments]

  • How to Use Arrays in Google Sheets

    Google Sheets is a powerful tool for managing and analyzing data, but as your spreadsheets become more complex, you may need more advanced tools to perform calculations and analysis.

    Arrays are one such feature. This function in Google Sheets allows you to perform complex calculations across multiple cells or ranges of cells.
    Using arrays in Google Sheets can be daunting for beginners, but with a little practice, they can be a game-changer for managing and analyzing data. In this blog post, we’ll take a deep dive into how to use arrays in Google Sheets, from basic formulas to more advanced techniques.
    Table of Contents

    What do arrays do in Google Sheets?
    The Benefits of Using Arrays in Google Sheets
    How to Use Arrays in Google Sheets
    Google Sheets Array Example
    Best Practices for Using Arrays

    What do arrays do in Google Sheets?
    Arrays in Google Sheets are used to perform calculations on multiple cells or ranges of cells simultaneously, without having to create a separate formula for each cell.
    An array formula is a special type of formula that can be used to perform calculations across multiple cells in a column, row, or even across multiple columns and rows.
    Array formulas are surrounded by curly braces { } and are created by typing the formula and then pressing Ctrl + Shift + Enter (on Windows) or Command + Shift + Enter (on Mac).
    An array formula is identified by the presence of curly braces { }. The basic syntax of an array formula in Google Sheets is:
    {formula(range)}
    “Formula” is any valid formula, and “range” is the range of cells to which the formula should be applied.

    For example, if you wanted to calculate the sum of the values in cells A1 to A10, you could use the following array formula:
    =SUM(A1:A10)
    When you enter this formula as an array formula (by pressing Ctrl + Shift + Enter), Google Sheets will automatically apply the formula to all of the cells in the selected range, producing a single result in each cell.
    Arrays can also be used with other functions like AVERAGE, MAX, MIN, and COUNT, as well as with logical functions like IF and AND. Using arrays can be a powerful way to perform complex calculations and analyses in Google Sheets.

    The Benefits of Using Arrays in Google Sheets
    Like many formulas used in Google Sheets, the main benefit of arrays is the ability to work with data faster and more simply. A few of the specific benefits of arrays include:

    Efficiency. Arrays can perform calculations on multiple cells or ranges of cells simultaneously, saving time and reducing the amount of manual work required.
    Flexibility. Arrays can be used with a wide range of functions and formulas, making it possible to perform complex calculations and analyses in Google Sheets.
    Accuracy. Using arrays can reduce the risk of errors and mistakes that can occur when performing calculations manually or using individual formulas for each cell.
    Simplicity. Arrays can simplify complex formulas by allowing you to perform multiple calculations with a single formula.
    Dynamic range referencing. Arrays can reference a dynamic range of cells, which is useful when working with data that changes or grows over time.

    Improved readability. Arrays can make spreadsheets easier to read and understand by reducing the number of formulas required and by grouping related calculations together.

    How to Use Arrays in Google Sheets

    Applying an array to your formula is very straightforward but not very intuitive. Follow these steps to understand how to use an array formula in Google Sheets:

    Select the range of cells that you want to perform a calculation on. Make sure that the cells are contiguous (i.e., they’re all next to each other).
    Type the formula that you want to use to perform the calculation. For example, if you want to sum the values in the selected cells, you would type “=SUM(” (without the quotes).
    With the cursor still inside the formula bar, press and hold the Ctrl and Shift keys (on Windows) or the Command and Shift keys (on Mac) on your keyboard.
    While holding down those keys, press the Enter key. The formula should now be surrounded by curly braces { }.
    Release the Ctrl + Shift (or Command + Shift) keys.
    Press Enter to complete the formula.
    The formula will now be applied to all cells in the selected range, producing a single result in each cell.
    If you need to edit the array formula, simply click on the cell containing the formula, then click on the formula bar to edit the formula.

    Google Sheets Array Example
    Let’s say you have a spreadsheet with a list of products and their prices, and you want to calculate the total cost of purchasing a certain number of each product.
    You could use an array formula to calculate the total cost for each product and the overall cost.
    Here’s how that would work.

    Start by creating a table with the list of products and their prices.
    In cell C1, enter the number of units you want to purchase for each product. For example, if you want to purchase three units of Product 1, two units of Product 2, and four units of Product 3, you would enter “3” in cell C2, “2” in cell C3, and “4” in cell C4.
    In cell D1, enter the following formula: =ArrayFormula(B2:B6*C2:C6) This formula multiplies the price of each product by the number of units you want to purchase and returns an array of the total cost for each product.
    Finally, in cell D7, enter the following formula: =SUM(D2:D6) This formula sums the values in the D2:D6 range to get the total cost of purchasing all the products.
    That’s it! Now, as you update the values in column C, the array formula in column D will automatically recalculate the total cost for each product, and the SUM formula in cell D6 will update to reflect the overall cost. This can be a very useful tool for managing and analyzing data in Google Sheets.

    Best Practices for Using Arrays
    Use arrays only when necessary.
    While arrays can be a powerful tool for performing complex calculations and analysis in Google Sheets, they can also be resource-heavy and slow down your spreadsheet. Use arrays only when necessary, and try to limit the number of cells they’re applied to whenever possible.
    Be careful when editing arrays.
    When editing an array formula, be sure to press Ctrl + Shift + Enter (on Windows) or Command + Shift + Enter (on Mac) to apply the changes. If you don’t use this key combination, the formula may not work correctly.
    Use named ranges.
    Instead of using cell references in your array formulas, consider using named ranges. This can make your formulas easier to read and understand.
    Test your formulas.
    Before using an array formula in your spreadsheet, test it on a small set of data to make sure that it’s working correctly. This can help you avoid errors and mistakes that can occur when working with large amounts of data.
    Use the IFERROR function.
    If your array formula is likely to return an error, consider using the IFERROR function to display a more user-friendly message instead. For example, you could use “=IFERROR(array formula, “No data available”)” to display the message “No data available” if the formula returns an error.
    Document your formulas.
    To make it easier to understand and troubleshoot your spreadsheet in the future, consider documenting your array formulas with comments or by using cell notes. This can also be useful if someone else needs to work with your spreadsheet.
    Getting Started
    Using arrays in Google Sheets is particularly useful if you’re working with large datasets or complex formulas that need to be linked together.
    Although executing arrays is simple, it’s important to be careful and document how and where you’ve used them. That way, if you start getting errors on calculations, you’ll have a clear path to working backward and figuring out what went wrong.