Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 in Sheet 2 gets a 1 underneath it. Do you have any ideas about how might be the best way to accomplish this? Category Category L Category R R 1 1 R 1 1 L 1 L 1 L Total = 4 Total = 2 L Sheet 1 Sheet 2 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "ExcelMS" wrote in message ... 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 in Sheet 2 gets a 1 underneath it. Do you have any ideas about how might be the best way to accomplish this? Category Category L Category R R 1 1 R 1 1 L 1 L 1 L Total = 4 Total = 2 L Sheet 1 Sheet 2 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Rick, it works awesome, you are the man!
Eddie "Rick Rothstein (MVP - VB)" wrote: 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 "ExcelMS" wrote in message ... 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 in Sheet 2 gets a 1 underneath it. Do you have any ideas about how might be the best way to accomplish this? Category Category L Category R R 1 1 R 1 1 L 1 L 1 L Total = 4 Total = 2 L Sheet 1 Sheet 2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
teacher-how to convert a total number in a roe to a letter | Excel Worksheet Functions | |||
Convert a letter to a number | Excel Discussion (Misc queries) | |||
How do I convert a given number into a letter? | Excel Worksheet Functions | |||
Convert Text (letter) To Number Excel | Excel Worksheet Functions | |||
column header changed from letter to number, how return to letter | Excel Discussion (Misc queries) |