Relative Content

Tag Archive for excel

Text to Columns issue in Macro

I’m trying to record a macro that includes a step that separates first names and last names into two columns using the Text to Columns function. When I run the macro, I get a Run-time error ‘1004’: No data was selected to parse. Can someone look and see if you can help me on this?

Excel Arithmetic-related IF statement

I am tasked to find a way to compare several sheets with similar datatypes. They all have the same number of rows in total (payslips), but here and there, there are new payment types each month, …

Excel Formula For Consecutive Values

I am trying to come up with a formula that puts an “OK” value in my Notes tab if the row has 2 or more consecutive 1 values. My rows have many more columns that just up to “N”, this is just a screenshot I am using to try and make my question clearer.

Excel Formula For Consecutive Values

I am trying to come up with a formula that puts an “OK” value in my Notes tab if the row has 2 or more consecutive 1 values. My rows have many more columns that just up to “N”, this is just a screenshot I am using to try and make my question clearer.

Excel Formula For Consecutive Values

I am trying to come up with a formula that puts an “OK” value in my Notes tab if the row has 2 or more consecutive 1 values. My rows have many more columns that just up to “N”, this is just a screenshot I am using to try and make my question clearer.

Excel Formula For Consecutive Values

I am trying to come up with a formula that puts an “OK” value in my Notes tab if the row has 2 or more consecutive 1 values. My rows have many more columns that just up to “N”, this is just a screenshot I am using to try and make my question clearer.

Which programming designs leads to more problems?

As a fresh programmer, one of the first thing for me to learn was to learn language and its syntax. Now my next training issue is to design my code heirarchy in such a way it is simple to maintain over time. One example I just encountered is below. It is in VBA for Excel but the concept extends to other languages too.