Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working in Excel. I am trying to place a numerical value in a cell if
another cell has the text HPU. For example: Cell D4 has the text string "75hp Diesel HPU", I want $40.00 to be placed in Cell B2. This is based on the Cell D4 having the text "HPU". Do I use compare, IF, IS or what. Excel Help did not help me too much. Who knows maybe this can not be done. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
on B2
=if(isnum(search("hpu",d4)),40,0) hope it helps regards from Brazil Marcelo "SchnidRoCK" escreveu: I am working in Excel. I am trying to place a numerical value in a cell if another cell has the text HPU. For example: Cell D4 has the text string "75hp Diesel HPU", I want $40.00 to be placed in Cell B2. This is based on the Cell D4 having the text "HPU". Do I use compare, IF, IS or what. Excel Help did not help me too much. Who knows maybe this can not be done. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Marcelo - but what appears in B2 is #NAME?. So I do not think it
worked. I copied and pasted the function from your response, so I know that I got the function right. "Marcelo" wrote: on B2 =if(isnum(search("hpu",d4)),40,0) hope it helps regards from Brazil Marcelo "SchnidRoCK" escreveu: I am working in Excel. I am trying to place a numerical value in a cell if another cell has the text HPU. For example: Cell D4 has the text string "75hp Diesel HPU", I want $40.00 to be placed in Cell B2. This is based on the Cell D4 having the text "HPU". Do I use compare, IF, IS or what. Excel Help did not help me too much. Who knows maybe this can not be done. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SchnidRoCK,
There is no worksheet function "isnum" =IF(ISNUMBER(SEARCH("hpu",D4)),40,0) HTH, Bernie MS Excel MVP "SchnidRoCK" wrote in message ... Thank you Marcelo - but what appears in B2 is #NAME?. So I do not think it worked. I copied and pasted the function from your response, so I know that I got the function right. "Marcelo" wrote: on B2 =if(isnum(search("hpu",d4)),40,0) hope it helps regards from Brazil Marcelo "SchnidRoCK" escreveu: I am working in Excel. I am trying to place a numerical value in a cell if another cell has the text HPU. For example: Cell D4 has the text string "75hp Diesel HPU", I want $40.00 to be placed in Cell B2. This is based on the Cell D4 having the text "HPU". Do I use compare, IF, IS or what. Excel Help did not help me too much. Who knows maybe this can not be done. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
sorry the mistake, ;-) my excel is in brazilian Portuguese...
regards "Bernie Deitrick" escreveu: SchnidRoCK, There is no worksheet function "isnum" =IF(ISNUMBER(SEARCH("hpu",D4)),40,0) HTH, Bernie MS Excel MVP "SchnidRoCK" wrote in message ... Thank you Marcelo - but what appears in B2 is #NAME?. So I do not think it worked. I copied and pasted the function from your response, so I know that I got the function right. "Marcelo" wrote: on B2 =if(isnum(search("hpu",d4)),40,0) hope it helps regards from Brazil Marcelo "SchnidRoCK" escreveu: I am working in Excel. I am trying to place a numerical value in a cell if another cell has the text HPU. For example: Cell D4 has the text string "75hp Diesel HPU", I want $40.00 to be placed in Cell B2. This is based on the Cell D4 having the text "HPU". Do I use compare, IF, IS or what. Excel Help did not help me too much. Who knows maybe this can not be done. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That fixed my problem thank you so much......
"Marcelo" wrote: sorry the mistake, ;-) my excel is in brazilian Portuguese... regards "Bernie Deitrick" escreveu: SchnidRoCK, There is no worksheet function "isnum" =IF(ISNUMBER(SEARCH("hpu",D4)),40,0) HTH, Bernie MS Excel MVP "SchnidRoCK" wrote in message ... Thank you Marcelo - but what appears in B2 is #NAME?. So I do not think it worked. I copied and pasted the function from your response, so I know that I got the function right. "Marcelo" wrote: on B2 =if(isnum(search("hpu",d4)),40,0) hope it helps regards from Brazil Marcelo "SchnidRoCK" escreveu: I am working in Excel. I am trying to place a numerical value in a cell if another cell has the text HPU. For example: Cell D4 has the text string "75hp Diesel HPU", I want $40.00 to be placed in Cell B2. This is based on the Cell D4 having the text "HPU". Do I use compare, IF, IS or what. Excel Help did not help me too much. Who knows maybe this can not be done. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I am using wrap text in excel, so why isn't all my text wrapping? | Excel Discussion (Misc queries) | |||
How paste text from note pad to excel w/o using (Text to column) f | Excel Worksheet Functions | |||
Text records in Excel | Excel Discussion (Misc queries) | |||
Import text to Excel | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel |