Assuming your data starts in Row 2 (with Row 1 being a header row) and that
the Category column is Column A, put these formulas in the indicated cells
on Row 2 and then copy them down...
Category L column: =IF(A2="L",1,"")
Category R column: =IF(A2="R",1,"")
Rick
>I am trying to design a workbook so that when I enter an "R" or "L" in a
> column on Sheet 1, the appropriate column with Category L or Category R
[quoted text clipped - 19 lines]
> Sheet 1
> Sheet 2
ExcelMS - 24 May 2008 16:47 GMT
Thank you Rick, it works awesome, you are the man!
Eddie
> Assuming your data starts in Row 2 (with Row 1 being a header row) and that
> the Category column is Column A, put these formulas in the indicated cells
[quoted text clipped - 29 lines]
> > Sheet 1
> > Sheet 2