3 Amazing Tricks to Add Alternate Row Colors in Excel

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 21

  • @Saleh-ps2st
    @Saleh-ps2st Рік тому

    it's been three years since you uploaded this, although still very useful, thanks a lot.

  • @edwinlau9257
    @edwinlau9257 4 роки тому

    Thank you so much for cutting to the chase & showing multiple methods!

  • @jambunathbc
    @jambunathbc 2 роки тому

    Thnk u for sharing useful information,
    Pl I need information on how to convert continues into alternative row ( 1 row gap)

  • @carltice544
    @carltice544 17 днів тому

    Is there a way to do the alternating background only when the mouse is over a cell?

  • @DarkWhisperer13
    @DarkWhisperer13 4 роки тому +1

    Hey, I love it and thank you so much man

  • @dimitrisblane6368
    @dimitrisblane6368 2 роки тому +1

    Is there a way to have different colours in the same table?

  • @luistrevisan
    @luistrevisan 2 роки тому

    Try in conditional formatting "--iseven(row())=1"

  • @Informatics.dz.algeria
    @Informatics.dz.algeria 5 років тому +1

    Thanks for making the file

    • @TeachExcel
      @TeachExcel  5 років тому

      You're welcome! Glad to help :)

  • @wayneedmondson1065
    @wayneedmondson1065 5 років тому

    Thanks for the video. Similar to Nullen's comment below, you can use CF with =ISEVEN(COLUMN()) or =ISEVEN(ROW()) or =ISODD(COLUMN()) or =ISODD(ROW()) to set up shading of alternating columns or rows in a defined range. Inserting or deleting columns and rows within that range will inherit the formatting and adjust as needed. So, if alternating every other column or row is what you want, that is another approach. I like your MOD formula in case you want to shade groups of more than one column or row.. clever. Thanks and thumbs up!

    • @TeachExcel
      @TeachExcel  5 років тому +1

      Thanks for the input :) I'm thinking I might just do a tutorial specifically on the MOD() function now since it really can be quite useful but also quite confusing when you're first introduced to it.

  • @tinarr99
    @tinarr99 5 років тому +2

    Another method I use and one that does not depend on the presence of entered data is: select the data set, conditional format, new rule using formula =Mod(Row(),2)=0. Set your format and OK out. Every even row of the entire data set will be shaded just like a table but it does not depend on data entry to do so. Change =0 to =1 to color odd rows,

  • @entertainmentgalaxy971
    @entertainmentgalaxy971 5 років тому

    iseven function may use in conditional formatting instead of and mode function. thanks for sharing

    • @TeachExcel
      @TeachExcel  5 років тому +1

      You're welcome) I mentioned the MODE example just to show everyone a more versatile way of shading the rows as that allows you to shade rows at whatever multiple you want.

  • @drsch
    @drsch 2 роки тому

    I find it amazing that you have to learn "amazing tricks" to shade alternating cells in Excel. What is Microsoft even doing? This should be a normal function in the format menu. It's a shame my school switched to Teams. It's irritating that I have to go watch a video just to do something simple like this.

  • @elee325
    @elee325 Рік тому

    Do you know how to change the border color of an active cell? Thx

  • @everwelwisher
    @everwelwisher 5 років тому

    wow nice tricks

  • @rochellefreeman3672
    @rochellefreeman3672 5 років тому

    Hi, in the below example with a, b, and c being the column headings
    how would one go about adding color to only the row that has data in column "B"?
    Column A contains today's date,
    Column B has the customers name
    and Column C has the address.
    Each customer has different number of rows in column C, with a blank
    row in between each customer subset.
    So how can we add color to the entire row, but only when there is data in column B?
    In this case, the customer name.
    Thanks!
    A B C
    July 4, 1776
    ABC Home Builders
    12345 7th AVE
    93641 MAIN STREET
    88675 LUDWIG CIRCLE

    JOE SMITH
    54321 OLIVE AVE

    Construction, Inc.
    10950 17TH AVE NORTH
    21108 EXCELLENT HIGHWAY PATH

  • @kesa7669
    @kesa7669 4 роки тому

    Stop saying easy peasy.