Is it normal that you struggle with Excel as a newbie? I fear I might not be better at it
Our take
When a newcomer to Excel asks whether it’s normal to feel stuck after only a week, the answer is a resounding yes—and it’s a signal that the learning curve is still very much alive. The anxiety expressed by the student from the Philippines mirrors a broader reality for anyone stepping into data‑driven problem solving: the tools are familiar, but the analytical mindset is still forming. This is why resources such as Is excel still worth learning as a skill in 2026? and Resources that help you get better at laying out Excel spreadsheets? matter. They shift the conversation from “I don’t know which formula fits” to “Here’s a framework for translating a business question into a spreadsheet model.” By exposing learners to proven layout patterns and real‑world use cases, these guides turn vague uncertainty into concrete next steps, allowing the learner to focus on the why instead of getting lost in the how.
The core of the struggle isn’t the Solver add‑in itself; it’s the habit of mapping a situational problem onto a logical structure. Solver is powerful, but it only works when the user can define an objective, variables, and constraints that faithfully represent the scenario. For a novice, those decisions feel abstract because they require a blend of domain knowledge and quantitative reasoning that typically develops over months of practice. The good news is that this blend can be accelerated with intentional practice: start with simple “what‑if” tables, then layer a single constraint, and finally introduce an optimization goal. Each iteration reinforces the mental model of “input → rule → output,” which is the foundation of any analytical skill, whether it’s Excel, coding, or statistical analysis.
Self‑doubt often spikes when progress feels incremental, yet the hidden metric of growth is consistency, not speed. Research on skill acquisition shows that deliberate practice—short, focused sessions with immediate feedback—outperforms marathon study sessions. Applying this to Excel means setting a micro‑goal each day: today, learn the syntax of SUMIFS; tomorrow, apply SUMIFS within a Solver model to enforce a budget limit. Over a week, the learner will have built a reusable toolbox that can be adapted to countless scenarios. Moreover, pairing up with a peer or joining an online community creates a feedback loop that catches errors early and celebrates small wins, turning the solitary fear of “not improving” into a shared journey of discovery.
Beyond the spreadsheet, the student’s broader concerns about employability and the weight of future responsibilities—such as becoming a nursing informaticist—reflect a common “skill‑transfer” anxiety. The truth is that proficiency in Excel is less about memorizing functions and more about cultivating a problem‑solving mindset that is portable across domains. Whether the next challenge involves optimizing a patient scheduling matrix or forecasting inventory levels, the same disciplined approach to defining objectives, testing constraints, and iterating on solutions will apply. By embracing this mindset now, the learner lays a foundation that not only eases the transition into healthcare informatics but also future‑proofs their career against a rapidly evolving job market.
Looking ahead, the real opportunity lies in integrating AI‑assisted spreadsheet tools that surface formula suggestions, detect constraint inconsistencies, and even generate starter models based on natural‑language prompts. As these capabilities mature, the barrier between “I don’t know which formula to use” and “I can explore multiple solutions instantly” will shrink dramatically. For today’s learners, the question becomes: how can we leverage emerging AI helpers to accelerate the development of analytical intuition while still grounding ourselves in the fundamentals that make those helpers trustworthy? The answer will define the next wave of data‑fluency, and it starts with the very doubts we feel as beginners.
Stupid question, I know, and it's been more than a week since I started learning Excel. I'm an IT-Business Analytics student from PH, and I'm really trying to get better at using Solver. I'm a bit familiar with the controls now, but I still lack in terms of analytical skills, such as what formula should I use for that cell or what constraints, as every spreadsheet problem is situational. Yeah I think I struggle a lot with situational problem solving.
Idk, I feel like I'm improving but very slowly with negative thoughts in my head like self-doubt and what if my skills and knowledge actually don't improve over time? What if I lack skills after graduation? Am I gonna be a degree holder yet unemployed? Same what-ifs for coding, math, and other technical skills that require strong analytical skills and critical thinking.
I also want to study BSN as my 2nd degree, so I could work as a Nursing Informaticist (and interested in healthcare especially saving lives) from both Nursing and Tech degrees. Same what-ifs too: What if I accidentally kill a patient?
I'm just a newbie, but I'm already anxious if I'm able to acquire the skills, especially since the job market is very bad now. I wanna improve, earn, and get out of the country, but it feels impossible at the moment. Sorry if I'm dramatic, but I'm a bit anxious huhu. Finding some comfort here at least.
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Is excel still worth learning as a skill in 2026?So I'm an upcoming IT student and I've been wondering if it's still relevant to learn excel and other Microsoft software in 2026. Also I thought learning it will really help in the long run, like getting a job and other stuff. My only problem is that: With only basic knowledge about excel, what stuff should I be learning that will benefit me in the long run? (I heard they were formulas like automated computing and other higher level stuff). Will excel EVER be replaced? (Like are there other spreadsheet software that can possibly outperform excel?) How long does it take to know the basic foundation of using excel, and how long does it take to fully able to utilize it professionally? Some questions might be dumb but I really want to have some practical skills that can help me in the future, plus I also wanna try excel pixel art, they look so cool. submitted by /u/Swimming_Tower_5928 [link] [comments]
- Resources that help you get better at laying out Excel spreadsheets?When I have the opportunity to see someone else's sheets, sometimes I feel like "oh that's a better way to lay out the inputs v data/calcs. I'm comfortable with the data and formulas used, but I always feel like I could use improvement in laying out my information for others to understand. My brain thinks about in one sequence but that may not be the same for others. Are there any resources you've used that helped you get better at synthesizing the building of your workbooks? submitted by /u/brooklyn735 [link] [comments]
- How to deal with a bulky spreadsheet that is starting to hit the limits of Excel?Hello all, I have been venturing on quite the Excel journey the past year or so. I made a corporate spreadsheet that is approaching 500k formulas and that is starting to get serious speed issues at this point. It is 2026, so I conversed with ChatGPT several times regarding the speed issue, but realized I am way better off asking the experts here anyways. What is the problem So, my spreadsheet imports flat databases with specific information regarding objects that need further analysing. The imported flat databases run from say A tot CC or something, from which I probably draw about 12-15 datafields that are used for further analysis. It 'may' be more in the future. Afterwards, said data gets 'enriched' (manually) by things that aren't in the database, also because said data needs a human eye that cannot be automated. So far, so good. Right now, each object gets analysed from several different angles. As it stands, my spreadsheet runs from A until NA or something on the Formula Page. Many columns receive data from preceding columns, that are in the turn the result of many (slightly complex) logical IF or IFS tests, many of which are nested 3 or 4 deep. Often, they work in conjunction with X.LOOKUP to retrieve values, as the columns on the formula page are not equal. For example: A until BC on the Formula Page may analyze 150 objects, BD until DD may analyse 100 objects (from the same dataset, so narrower), and so forths. Thus a lot of X.LOOKUP is required, also because the first 'block' comes up with values that need to be found with X.LOOKUP. Also, values need to be retrieved from the flat database 'import' page with X.LOOKUP. Finally, X.LOOKUP is an insurance compared to FILTER, as I am not fully convinced that empty values in the flat database always contain a space (" "). To get to the point I use many IF, IFS, AND, and if need be, OR, formulas. Thinks: tens of thousands, probably in excess of 100k. These are compounded with X.LOOKUP, or X.LOOKUP gets used copiously without those. Here too, think tens of thousands. These formulas are - as much as possible - in array format, even though I find it controversial to do that as I consider how it can create a chain of updates throughout the spreadsheet. 'Dependencies' is the name of the game, with one object receiving many possible alterations / adjustments due to manual input data, for which the spreadsheet needs to provide. Right now, when I update a value, it may take up to 4 seconds to update the spreadsheet, which is already beyond the annoyance point for me. This leads me to these (hopefully) simple questions: Is it smart to use array formulas, knowing that each thing I change should only impact that one object line (for example, row 488) and none other? It is important to mention that object 1 does not influence object 488, or any other. Any manual data field only effects the object in the row it is in. In my mind, array formulas do not make sense in that regard, as it can result in a cascade of updates, but apparantly array formulas are 'way more efficient'. Is use of a VBA library the way to go to reduce lag and create more of an instant spreadsheet again? I am not able to code in VBA yet, but I am in the slow process of learning it regardless. Alternatively: should I use LET whenever a repeated lookup is needed in the same formula? Really looking for to your answers! submitted by /u/EvolvedRevolution [link] [comments]
- using MS forms with excelHello! I have a massive spreadsheet that I need to use for lots of reporting. I've tried to pare it down as much as possible for those who have to do the actual data entry, but they are still very overwhelmed by it (they really don't understand how to even use filters to narrow down the scope) and so the data coming out is not reliable. I've never used MS forms in conjunction with excel, but I'm thinking that if I create a form for them just to enter the basics, I would at least have correct data for my analysis piece. The only thing I'm concerned about is that there are updates to entries that need to be made (ie- someone earns an additional level of certification or they drop out of the program). Can this be accomplished with forms? Or am I barking up the wrong tree. I was hoping to get some advice before I start really teaching myself how to use MS forms (any suggestions for good tutorials would be great too). Thank you in advance! submitted by /u/bluellama314 [link] [comments]