How to do =SUM with *
Our take
Are you struggling to use the =SUM function in your spreadsheet due to the presence of asterisks (*) that denote important events? This common issue can prevent your formula from accurately adding values. Fortunately, there’s a way to integrate an array formula that can work around this limitation. By placing the formula in cell H5, you can ensure it effectively sums the values from B6 to G6 while excluding the asterisked entries, allowing for a smoother workflow.
In the world of data management, the ability to perform calculations efficiently is a cornerstone of productivity. A recent inquiry on Reddit highlights a common challenge encountered by spreadsheet users: how to sum a range while dealing with entries that include asterisks, which denote important events yet complicate standard summation. The user, seeking a solution to effectively total values from B6 to G6 while bypassing the obstructions posed by entries like "1*", underscores a broader issue many face when trying to balance data integrity with functionality. This situation not only speaks to the intricacies of spreadsheet formulas but also reflects the need for accessible and innovative solutions in the realm of data manipulation, as seen in related discussions like How to find missing data and Healthcare (insurance, pop health, VBC) - actual AI use cases?.
The challenge posed by the asterisk in cell values is emblematic of how traditional spreadsheet tools can sometimes fall short of user needs, particularly in complex environments where data entries are not always straightforward. Users often find themselves navigating a sea of formulas and functions that, while powerful, can also become cumbersome when faced with unique data formats. This specific case illustrates an opportunity for spreadsheet technologies to evolve and adapt, making them more resilient to varied input types. The request for a formula that not only sums values but also integrates seamlessly into an array for broader application emphasizes a desire for solutions that empower users, enhancing their productivity without requiring extensive technical know-how.
Moreover, the user's desire to place the formula in a specific cell to minimize the risk of accidental deletion by coworkers reveals a critical aspect of workplace collaboration: the need for stability in shared documents. As teams increasingly rely on collaborative tools, ensuring that key formulas remain intact is essential for maintaining data accuracy and reliability. This highlights the importance of designing systems that cater to human behavior, addressing not just the technical needs but also the practical realities of how people work together. It raises an interesting question: how can spreadsheet software evolve to anticipate and mitigate common user errors while promoting a more intuitive interface?
As we look towards the future of data management, the conversation surrounding challenges like this one will undoubtedly shape the development of AI-native spreadsheet technologies. The potential for AI to enhance user experience by simplifying complex tasks or providing real-time suggestions could transform how we interact with data. Imagine a spreadsheet application that not only identifies entries that may disrupt calculations but also offers corrective suggestions or automatically adjusts formulas to accommodate unique data types. Such advancements would exemplify a human-centered approach to technology, prioritizing user outcomes and fostering a more engaging and productive environment.
In conclusion, the inquiry regarding summation in the presence of non-standard entries serves as a reminder of the ongoing evolution needed in data management tools. As users continue to seek innovative solutions that enhance their workflows, the challenge lies in creating technologies that are not only powerful but also accessible and intuitive. The future promises exciting developments, and it will be fascinating to observe how spreadsheet applications adapt to meet the needs of their users, transforming data management from a chore into an empowering experience.
I need to be able to add from B6 to G6, however sometimes we use * to depict important events (for example 1*), this prevents a regular sum formula from working properly, it will add everything except the number with the *. is there a way to get this to work. bonus points if it can be worked into an array and the formula can be placed into cell h5 and have it work from h6 down (less chances for my coworkers to delete the formula.
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- How to sum a conditional formula across multiple cells?Hi, I'm looking for an elegant solution to this problem. Mostly just a curiosity because I currently do have it working, but I know there is a cleaner way to do this. Basically I am trying to sum the number values from a row of 5 cells, where the cell may or may not start with a letter (i.e., the row could be "8, 9, S6.5, 8, A6" and I want the result of 8+9+6.5+8+6=37.5). I have many rows of this, and the summed value ends up in the column to the right of the 5 values. I've managed to do this with the following formula, where the result is in cell J5: =IF(ISTEXT(E5), RIGHT(E5, LEN(E5)-1), E5) + IF(ISTEXT(F5), RIGHT(F5, LEN(F5)-1), F5) + IF(ISTEXT(G5), RIGHT(G5, LEN(G5)-1), G5) + IF(ISTEXT(H5), RIGHT(H5, LEN(H5)-1), H5) + IF(ISTEXT(I5), RIGHT(I5, LEN(I5)-1), I5) But, if I recall from years ago, there is a way to make the formula act on an array of cells using ctrl+shift+enter so the formula would essentially look like this, and do the same thing: ={SUM(IF(ISTEXT(E5:I5), RIGHT(E5:I5, LEN(E5:I5)-1), E5:I5))} Thing is, it doesn't seem to cooperate, and I have gotten pretty rusty with excel. This array formula will sum values but not if there is text in the cell. Example data: M T W Th F SUM T8 T8 9 9 5 39 9 8 8 A8 8 41 8 8 8 8 8 40 S8 9.5 8 8 6 39.5 submitted by /u/ganduvo [link] [comments]
- is there a way to modify formulas based on inputs?let's say i want to sum 4 rows in one column. so i'd type something like =SUM(A1:D1) but what if i want to suddenly sum 10 rows? i'd have to go in and re-type the formula to =SUM(A1:J1) or drag that box to sum more rows. i'm wondering if there's a way i could type in a number in a cell, and a formula could use that to determine how many rows to select. submitted by /u/badabingbadaboomie [link] [comments]
- Is there a way to Sumifs up to a certain column with multiple criteria?Hi everyone, I’m looking for a formula to sum all of the columns starting from a particular column up to a particular column. How do I best do that? On the data tab, Row 1 I have the following columns: A1 = date B1 = serial number C1 = customer name D1 = date 1, with the data being $ E1 = date 2, with the data being $ F1 = date 3, with the data being $ In a separate tab I have the same thing mirroring the data tab, but without the $, for the calculation what I intend to do is on E2, I want to say if $A2 = E$ 1, then sum all of D up to E column on the data tab provided that the value on B column of the data tab match B2 of the calc tab, and C column of the data tab match C2 of the calc tab. For F2, it would be the same thing, but sum column D up to column F instead of column E. I hope it makes sense. Thanks for your help! submitted by /u/botng [link] [comments]
- Addition based on a selection in a list.Hi, I'm trying to make an addition based on the selection in a list. So in my exemple, in the J collumn, G is 4 times so I3 should show 4. I tried the SUMIF (SOMME.SI in french) formula but it doesn't seem to be working because I don't have another number to add to the formula. The J collum is slected based on a list that I created in another tab and H3 use the same list. Thanks in advance! https://preview.redd.it/7k81mb8q4ihg1.png?width=768&format=png&auto=webp&s=88edd01f781401b0303a5f5ebdf1a547c8605d6e submitted by /u/CrazyMeansCreative [link] [comments]