• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Copy rows based on criteria

Question and PLEASE do not do this and let me do the grunt work LOL, I would like to enter the UD EO in 1 row and have it populate the rest of the columns so I do not have to copy and paste them all. For example, I put the EO in column F. I want it to fill in the entire column row 10-60 ..... M T AA AH AO AV BA BJ BQ BX CE CL CS CZ DG DN DU EB EI EP EW FD FK FR FY GF GM GT ...
 
In cell M13
=$F13
Copy everywhere else letters are needed.

If you want some basic error checking:
=IF($F13="","",$F13)
 
Error checking meaning that if you don't have a value in col F, do you want other columns to display "", or are you okay if they display a 0.

To get the coloring, I'd setup some Conditional Formatting on those columns to color the cells blue/green based on cell's content. Should be fairly easy to setup.
 
Luke,

I kept looking at the patterns and finally noticed what was not correct. This may sound weird but they are backwards LOL, meaning the patterns are great just the even should be odd and the odd should be even. I tried to switch them around but could not get the right pattern. Here is a picture with the same pattern but different numbers. What needs to happen is for example the first cell may say EVEN and it should say ODD maybe. Basically they are the same but they are different I need the one on the right IJKL to look like the one on the left BCDE

Thanks Luke
 

Attachments

  • Backwards.png
    Backwards.png
    161.6 KB · Views: 9
Just cut and paste the columns. Aka, cut I38:I72, move it after J, and cut K38:K72 and move it after L.
 

Attachments

  • Increment June20.xlsm
    112.8 KB · Views: 6
Back
Top