Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I have a excel file which contains with several numbers of rows and columns data. Since, I need to rename the data inside the cell A1, B1, C1,D1........... Beside, I also want to convert the content of the column of Cell AJ2 to the end of that column such as if "H", it is converted to "1". If "L", it is converted to "0" How can I do if I want to change them automatically by" one click" action? Thank you very much for your help Tlee |
#2
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel
|
|||
|
|||
![]()
=(AJ2="H")+0
"tlee" wrote: Hi all, I have a excel file which contains with several numbers of rows and columns data. Since, I need to rename the data inside the cell A1, B1, C1,D1........... Beside, I also want to convert the content of the column of Cell AJ2 to the end of that column such as if "H", it is converted to "1". If "L", it is converted to "0" How can I do if I want to change them automatically by" one click" action? Thank you very much for your help Tlee |
#3
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel
|
|||
|
|||
![]()
Thanks for your information.
And How can I convert the excel file to a new excel file with revised cells automatically? For example: the existing file name: Test1.xls the converted new file name: Test1revised.xls (automatically revised cells already) Thanks, Tlee "Teethless mama" 在郵件張貼內容主旨 ä¸*撰寫... =(AJ2="H")+0 "tlee" wrote: Hi all, I have a excel file which contains with several numbers of rows and columns data. Since, I need to rename the data inside the cell A1, B1, C1,D1........... Beside, I also want to convert the content of the column of Cell AJ2 to the end of that column such as if "H", it is converted to "1". If "L", it is converted to "0" How can I do if I want to change them automatically by" one click" action? Thank you very much for your help Tlee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update existing excel file on template change | Excel Discussion (Misc queries) | |||
How do I have the date in a spreadsheet change automically. | Excel Discussion (Misc queries) | |||
How do I have the date in a spreadsheet change automically. | Excel Discussion (Misc queries) | |||
content of cell change when print file | Excel Discussion (Misc queries) | |||
Excel: Sheet name from tab automically into a cell | Excel Worksheet Functions |