Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a row which contains various text and need a formaula to rename the
text to smaller groups If it equals "filters" then "non fuel" if it equals "oil", then "fuel" This information will be tallied in a cell in the same spreadsheet running the length of the sheet say cell z3 through z6000 thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Use EDITreplace -- Don Guillett Microsoft MVP Excel SalesAid Software "Curtis" wrote in message ... I have a row which contains various text and need a formaula to rename the text to smaller groups If it equals "filters" then "non fuel" if it equals "oil", then "fuel" This information will be tallied in a cell in the same spreadsheet running the length of the sheet say cell z3 through z6000 thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming text is in cell A1
=IF(A1="FILTERS","FUEL",IF(A1="OIL","NON-FUEL")) "Curtis" wrote: I have a row which contains various text and need a formaula to rename the text to smaller groups If it equals "filters" then "non fuel" if it equals "oil", then "fuel" This information will be tallied in a cell in the same spreadsheet running the length of the sheet say cell z3 through z6000 thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
a little more help please
=IF(T3="Heavy Duty & Equipment Customers",IF(T3="Retail Customers","Commercial","Retail NON-Gas")) "Don Guillett" wrote: Use EDITreplace -- Don Guillett Microsoft MVP Excel SalesAid Software "Curtis" wrote in message ... I have a row which contains various text and need a formaula to rename the text to smaller groups If it equals "filters" then "non fuel" if it equals "oil", then "fuel" This information will be tallied in a cell in the same spreadsheet running the length of the sheet say cell z3 through z6000 thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
nested if help | Excel Discussion (Misc queries) | |||
Nested if help.... | Excel Worksheet Functions | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
Nested IF | Excel Discussion (Misc queries) | |||
using nested OR | Excel Worksheet Functions |