ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need to test for alphanumeric value and write numeric values to ce (https://www.excelbanter.com/excel-worksheet-functions/152858-need-test-alphanumeric-value-write-numeric-values-ce.html)

Pyramid 36

Need to test for alphanumeric value and write numeric values to ce
 
The cell B2 has a data validation list of W2, 1099, or B2B and I want to
write two different values to B14 & B15 if users select the value W2, and if
anything else is selected, then write zeros to the same two cells. I've
tried the following:

=IF(B2="w2"), (B14=1.1235,B15=6.35),(B14=0,B15=0)

The error message I get highlights "w2" as an error when I try to enter
this.
--
Pyramid 36 "Ken"


Peo Sjoblom

Need to test for alphanumeric value and write numeric values to ce
 
You need 2 different formulas, a formula can only return a value in the cell
that holds the formula, so in B14 put

=IF(B2="w2",1,0)

can be simplified to

=--(B2="w2")

or

=N(B2="w2"


in B15 put

=IF(B2="w2",6.35,0)



--
Regards,

Peo Sjoblom



"Pyramid 36" <ken(at)cotterkimbrough.com wrote in message
...
The cell B2 has a data validation list of W2, 1099, or B2B and I want to
write two different values to B14 & B15 if users select the value W2, and
if
anything else is selected, then write zeros to the same two cells. I've
tried the following:

=IF(B2="w2"), (B14=1.1235,B15=6.35),(B14=0,B15=0)

The error message I get highlights "w2" as an error when I try to enter
this.
--
Pyramid 36 "Ken"




Pyramid 36

Need to test for alphanumeric value and write numeric values t
 
Peo,

Thanks so very much. It works perfectly.
--
Pyramid 36 "Ken"



"Peo Sjoblom" wrote:

You need 2 different formulas, a formula can only return a value in the cell
that holds the formula, so in B14 put

=IF(B2="w2",1,0)

can be simplified to

=--(B2="w2")

or

=N(B2="w2"


in B15 put

=IF(B2="w2",6.35,0)



--
Regards,

Peo Sjoblom



"Pyramid 36" <ken(at)cotterkimbrough.com wrote in message
...
The cell B2 has a data validation list of W2, 1099, or B2B and I want to
write two different values to B14 & B15 if users select the value W2, and
if
anything else is selected, then write zeros to the same two cells. I've
tried the following:

=IF(B2="w2"), (B14=1.1235,B15=6.35),(B14=0,B15=0)

The error message I get highlights "w2" as an error when I try to enter
this.
--
Pyramid 36 "Ken"





Peo Sjoblom

Need to test for alphanumeric value and write numeric values t
 
Thanks for the feedback


--

Regards,

Peo Sjoblom

"Pyramid 36" <ken(at)cotterkimbrough.com wrote in message
...
Peo,

Thanks so very much. It works perfectly.
--
Pyramid 36 "Ken"



"Peo Sjoblom" wrote:

You need 2 different formulas, a formula can only return a value in the
cell
that holds the formula, so in B14 put

=IF(B2="w2",1,0)

can be simplified to

=--(B2="w2")

or

=N(B2="w2"


in B15 put

=IF(B2="w2",6.35,0)



--
Regards,

Peo Sjoblom



"Pyramid 36" <ken(at)cotterkimbrough.com wrote in message
...
The cell B2 has a data validation list of W2, 1099, or B2B and I want
to
write two different values to B14 & B15 if users select the value W2,
and
if
anything else is selected, then write zeros to the same two cells.
I've
tried the following:

=IF(B2="w2"), (B14=1.1235,B15=6.35),(B14=0,B15=0)

The error message I get highlights "w2" as an error when I try to enter
this.
--
Pyramid 36 "Ken"








All times are GMT +1. The time now is 09:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com