Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Is what I am trying to do possible. I have a column of data that is just showing either TRUE or FALSE Using =IF(E2=TRUE,"Yes","No") I can change another column to show yes or no. What I need to do is automatically select all in Column E except the first row then apply the formula. Once complete replace the values into the original cells in Column E. I tried Range("E65536").End(xlUp).Offset(1, 0).Select in my macro but it didn't seem to do what I wanted Is this all possible? -- Rogueuk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Automatic cell increment with data from sheet 1 to sheet 2 | Excel Worksheet Functions | |||
sending data from one cell to another (not using copy & paste) | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |