logo
BREAKING NEWS Urgent recall is issued for e-bikes over fears they could explode

BREAKING NEWS Urgent recall is issued for e-bikes over fears they could explode

Daily Mail​2 days ago

Two popular e-bike products have been recalled due to fears they could explode and potentially be fatal to users.
The lithium-ion batteries supplied with Mamba Sahara e-bikes could cause spontaneous combustion while the Santa Cruz Heckler 9 e-bikes with interchangeable 720W lithium-ion batteries can short-circuit and start a fire.
'Santa Cruz' is printed on the sides of the downtube of the bicycle frame, while 'Heckler' is printed on the top tube of the frame and on the inside of the left chainstay.
Santa Cruz Bicycles have received four reports of fires, including some property damage, but no injuries have been reported.
People who own any of these two products have been told to stop using them immediately and arrange for a replacement.
Aussies online were fed up with e-bikes and the problems associated with them from battery issues to the fact they have taken over footpaths and made pedestrians feel unsafe.
'They should all be banned. So dangerous and not necessary. Too many deaths and serious injuries,' one person wrote.
Santa Cruz Bicycles have been contacted for comment.

Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Mobile users warned urgent ‘mandatory' update affects their battery after reports of phones catching FIRE
Mobile users warned urgent ‘mandatory' update affects their battery after reports of phones catching FIRE

The Sun

timean hour ago

  • The Sun

Mobile users warned urgent ‘mandatory' update affects their battery after reports of phones catching FIRE

A "MANDATORY" update is going out to some mobiles after reports of fires breaking out when charging. While the update is important for safety, affected users will notice a knock to their battery's capacity as a result. 2 Google has confirmed to The Sun that a "subset" of Pixel 6a devices will receive it "to reduce the risk of potential battery overheating". It comes as a number of unverified reports online that the phone caught fire when on charge. One user shared pictures of his destroyed Pixel 6a which they say began to "shoot out hot gas" in the middle of the night as it was on charge. "Luckily, I was able to smother the fire, then throw the still-smoking phone into the toilet before the fire spread," Reddit user zaliver claimed. "My wife and I are pretty shook up about it." A small number of other users have reported similar issues. "The update will enable battery management features that will reduce capacity and charging performance after the battery reaches 400 charge cycles," Google said. "We'll contact impacted customers next month, with all the information they need to address the issue." It comes only a few months after another update impacted the batteries on the Pixel 4A, though this incident affected all models and wasn't a result of safety concerns. Owners were offered a free replacement battery to solve the problem.

10 Excel Formula Symbols You Wish You Knew Years Ago
10 Excel Formula Symbols You Wish You Knew Years Ago

Geeky Gadgets

time8 hours ago

  • Geeky Gadgets

10 Excel Formula Symbols You Wish You Knew Years Ago

Have you ever stared at an Excel spreadsheet, overwhelmed by its complexity, and thought, 'There must be a better way to do this'? You're not alone. Despite being one of the most widely used tools for data management, many of Excel's most powerful features remain hidden behind a wall of unfamiliar symbols and syntax. The truth is, mastering just a handful of these formula symbols can transform the way you work—saving hours of frustration and unlocking new levels of precision. Imagine effortlessly calculating trends, merging messy datasets, or building dynamic reports with just a few keystrokes. It's not magic—it's the power of Excel formula symbols, and once you understand them, you'll wonder how you ever managed without them. In this guide, My Online Training Hub uncovers the ten essential Excel formula symbols that can transform your workflow. From the equals sign that kickstarts every formula to the ampersand that simplifies text manipulation, each symbol serves a unique purpose in streamlining your tasks. You'll learn how to use these tools to tackle everything from basic arithmetic to advanced calculations, all while reducing errors and improving efficiency. Whether you're a seasoned analyst or an Excel beginner, these symbols hold the key to working smarter, not harder. As you explore their practical applications, you may find yourself rethinking the way you approach spreadsheets altogether. Essential Excel Formula Symbols The Most Common Excel Formula Symbols and Their Functions To unlock Excel's full potential, it is crucial to understand its formula symbols. These symbols form the foundation of calculations, logical operations, and data manipulation. Here's a detailed breakdown of the most commonly used symbols and their primary functions: = (Equals): This symbol is the starting point of every formula. It signals to Excel that what follows is a formula, not plain text. This symbol is the starting point of every formula. It signals to Excel that what follows is a formula, not plain text. + (Plus): Used for addition, this symbol allows you to sum numbers or cell values with ease. Used for addition, this symbol allows you to sum numbers or cell values with ease. – (Minus): Subtraction is performed using this symbol, allowing you to calculate differences between values efficiently. Subtraction is performed using this symbol, allowing you to calculate differences between values efficiently. * (Asterisk): The asterisk represents multiplication, essential for scaling values or combining datasets. The asterisk represents multiplication, essential for scaling values or combining datasets. / (Forward Slash): Division is denoted by the forward slash, making it useful for calculating ratios or proportions. Division is denoted by the forward slash, making it useful for calculating ratios or proportions. ^ (Caret): The caret is used for exponential calculations, such as raising numbers to a specific power. The caret is used for exponential calculations, such as raising numbers to a specific power. & (Ampersand): This symbol concatenates, or combines, text strings from different cells into one, simplifying text manipulation. This symbol concatenates, or combines, text strings from different cells into one, simplifying text manipulation. , (Comma): Commas separate arguments in functions, making sure clarity and proper execution of formulas. Commas separate arguments in functions, making sure clarity and proper execution of formulas. : (Colon): The colon defines ranges of cells, such as A1:A10, which is crucial for applying functions across multiple cells. The colon defines ranges of cells, such as A1:A10, which is crucial for applying functions across multiple cells. () (Parentheses): Parentheses group parts of formulas, controlling the order of operations and making sure accurate results. Practical Applications of Excel Formula Symbols Each of these symbols plays a vital role in simplifying Excel workflows. For example, the equals sign is the gateway to all formulas, whether you're calculating monthly expenses or analyzing sales trends. The plus and minus symbols handle basic arithmetic, while the asterisk and forward slash are indispensable for financial modeling, statistical computations, and other advanced tasks. The caret symbol is particularly valuable for advanced calculations, such as determining compound interest or performing scientific analyses. Meanwhile, the ampersand streamlines text manipulation, making it easy to merge names, addresses, or other data from multiple columns into a single cell. The colon and parentheses ensure precision, especially when working with large datasets or complex equations. For instance, when calculating the total sales for a specific range of products, the colon allows you to define the range of cells, such as A1:A10, while parentheses ensure the correct order of operations. These symbols work together to deliver accurate and efficient results. 10 Excel Formula Symbols You Need to Know Watch this video on YouTube. Unlock more potential in Excel formulas by reading previous articles we have written. Enhancing Accuracy and Efficiency Understanding how to use these symbols effectively can significantly reduce errors and save time. Parentheses, for example, ensure that Excel calculates formulas in the correct order, preventing mistakes in complex equations. Similarly, the colon simplifies the process of applying functions like SUM or AVERAGE to large datasets, eliminating the need for manual calculations. Combining symbols can unlock even greater functionality. For example, pairing the ampersand with text functions like LEFT or RIGHT allows you to extract and merge specific parts of a string. This is particularly useful for cleaning up messy data, creating custom reports, or preparing datasets for analysis. Mastering Formula Syntax for Better Results Formula syntax refers to the structure and arrangement of symbols, functions, and arguments within a formula. A clear understanding of syntax is essential for building accurate and efficient formulas. For example, the formula =SUM(A1:A10) uses the equals sign to initiate the calculation, the SUM function to add values, and the colon to define the range. Errors in formulas often stem from incorrect syntax, such as missing commas, mismatched parentheses, or improperly defined ranges. Paying attention to these details ensures that your formulas work as intended, saving you from time-consuming troubleshooting. By mastering syntax, you can confidently tackle even the most complex calculations. Streamlining Your Workflow with Excel Formula Symbols Incorporating these symbols into your daily Excel tasks can dramatically improve your productivity. Whether you're managing budgets, analyzing trends, or preparing detailed reports, these tools empower you to handle complex tasks with confidence and precision. By mastering Excel's formula symbols, you can work smarter, reduce errors, and streamline your processes. These symbols are not just technical tools—they are the building blocks of efficient spreadsheet management. Understanding their functions and applications allows you to unlock Excel's full potential, simplify your workflows, and achieve greater accuracy. Start applying these symbols in your formulas today to experience their fantastic impact on your day-to-day tasks. Media Credit: MyOnlineTrainingHub Filed Under: Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

Australia news live: productivity commissioner warns of job cuts coming from AI; aged care provider to close
Australia news live: productivity commissioner warns of job cuts coming from AI; aged care provider to close

The Guardian

time20 hours ago

  • The Guardian

Australia news live: productivity commissioner warns of job cuts coming from AI; aged care provider to close

Update: Date: 2025-06-11T20:32:16.000Z Title: Welcome Content: Good morning and welcome to our live news blog. I'm Martin Farrer with the top overnight stories and then it will be Nick Visser to take you through the day. The new industry and science minister, Tim Ayres, warns today that Australia must 'lean in hard' to the benefits of artificial intelligence or else risk ending up 'on the end of somebody else's supply chain'. His comments follow an appearance by Australia's productivity commissioner on 7.30 last night in which she said AI could cost jobs. More coming up. We'll bring you news soon of a big aged care provider which is closing next month. And parties in Tasmania will be gearing up for another election campaign today after the state's governor said she had been left with no choice but to call a poll to resolve the Apple Isle's political crisis. We'll have the latest.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into the world of global news and events? Download our app today from your preferred app store and start exploring.
app-storeplay-store