Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Daniell
 
Posts: n/a
Default Conditional Processing

What I have is a column with 6 characters that can either be all alpha or 1
alpha with 5 numeric characters. What I need to do is examine cell and if
the last five characters are numberic compute the cost. How would I make a
condition to do that.

part # QTY ID Rate Extension
23456 23 JJones .34
39485 20 J23494 .59 11.80
96874 30 J23494 1.19 35.70
16349 50 DDavis .59
  #2   Report Post  
bj
 
Posts: n/a
Default

in your extension column enter
=if(isnumber(value(right(ID,4))),Qty*Rate,"")

"Daniell" wrote:

What I have is a column with 6 characters that can either be all alpha or 1
alpha with 5 numeric characters. What I need to do is examine cell and if
the last five characters are numberic compute the cost. How would I make a
condition to do that.

part # QTY ID Rate Extension
23456 23 JJones .34
39485 20 J23494 .59 11.80
96874 30 J23494 1.19 35.70
16349 50 DDavis .59

  #3   Report Post  
Ian
 
Posts: n/a
Default

bj's formula will work, though you may wish to change the 4 to a 5. If as
you say, ID is either all alpha or 1 alpha & 5 numeric, the formula would
work with the number in the formula being anything between 1 & 5.

--
Ian
--
"bj" wrote in message
...
in your extension column enter
=if(isnumber(value(right(ID,4))),Qty*Rate,"")

"Daniell" wrote:

What I have is a column with 6 characters that can either be all alpha or
1
alpha with 5 numeric characters. What I need to do is examine cell and
if
the last five characters are numberic compute the cost. How would I make
a
condition to do that.

part # QTY ID Rate Extension
23456 23 JJones .34
39485 20 J23494 .59 11.80
96874 30 J23494 1.19 35.70
16349 50 DDavis .59



  #4   Report Post  
Daniell
 
Posts: n/a
Default

Thanks I appreciate the help

"Ian" wrote:

bj's formula will work, though you may wish to change the 4 to a 5. If as
you say, ID is either all alpha or 1 alpha & 5 numeric, the formula would
work with the number in the formula being anything between 1 & 5.

--
Ian
--
"bj" wrote in message
...
in your extension column enter
=if(isnumber(value(right(ID,4))),Qty*Rate,"")

"Daniell" wrote:

What I have is a column with 6 characters that can either be all alpha or
1
alpha with 5 numeric characters. What I need to do is examine cell and
if
the last five characters are numberic compute the cost. How would I make
a
condition to do that.

part # QTY ID Rate Extension
23456 23 JJones .34
39485 20 J23494 .59 11.80
96874 30 J23494 1.19 35.70
16349 50 DDavis .59




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP & Conditional Formating Help. Excel'ed Failures Excel Discussion (Misc queries) 6 August 16th 05 04:46 PM
Conditional Formatting Error ddate Excel Worksheet Functions 0 May 5th 05 09:00 PM
conditional formatting conflict? Abi Excel Worksheet Functions 2 January 11th 05 03:41 PM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"