Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Sequential numbers with alpha characters help needed

The following is working as it should, but now I need this formula to
recognize work order numbers that have either an "N" preceeding or trailing
the 5 digit number, or an "O" preceeding or trailing the 5 digit number. The
formula works fine with just numbers.ie (B$99=52000.)

=IF($B$7B$99,$D$93,IF(AND(B$17<=B$102,$F$50,$B$2 0<=6),($F$5*$D$103)+$D$94,IF(AND($B$17$B$102,$B$2 0<=6),($B$17*$B$103*$F$5)+$D$95,IF($B$206,($F$5*$ D$96)+$D$94+($B$103*$F$5*$B$17)))))

B$99=52000, B$100=N06000, and B$101=O6000

This is what I've tried with no success.
=IF(OR($B$7B$100,$B$7B$101,$B$7B$99,$D$93...... ...

Thank you in advance!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Sequential numbers with alpha characters help needed

=IF(OR(B7RIGHT(B100,LEN(B100)-1)+0,B7RIGHT(B101,LEN(B101)-1)+0),"your
formula","")

Adjust to suit your needs


"talltom" wrote:

The following is working as it should, but now I need this formula to
recognize work order numbers that have either an "N" preceeding or trailing
the 5 digit number, or an "O" preceeding or trailing the 5 digit number. The
formula works fine with just numbers.ie (B$99=52000.)

=IF($B$7B$99,$D$93,IF(AND(B$17<=B$102,$F$50,$B$2 0<=6),($F$5*$D$103)+$D$94,IF(AND($B$17$B$102,$B$2 0<=6),($B$17*$B$103*$F$5)+$D$95,IF($B$206,($F$5*$ D$96)+$D$94+($B$103*$F$5*$B$17)))))

B$99=52000, B$100=N06000, and B$101=O6000

This is what I've tried with no success.
=IF(OR($B$7B$100,$B$7B$101,$B$7B$99,$D$93...... ...

Thank you in advance!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Sequential numbers with alpha characters help needed

Thank you for the help. I am very new to this type of problem. How exactly
do I make this work? I put in place of the RIGHT,"B100" a 5, Then a 6,in
place of the LEN "B100".
When I accept this it gives me a "#VALUE!" ANSWER

The # in B100=N06000, and the # in B101=O06000, B$99=52000 What I need is
for the formula to give me a value depending on which number I put in B7.

Thanks again!

talltom

"Teethless mama" wrote:

=IF(OR(B7RIGHT(B100,LEN(B100)-1)+0,B7RIGHT(B101,LEN(B101)-1)+0),"your
formula","")

Adjust to suit your needs


"talltom" wrote:

The following is working as it should, but now I need this formula to
recognize work order numbers that have either an "N" preceeding or trailing
the 5 digit number, or an "O" preceeding or trailing the 5 digit number. The
formula works fine with just numbers.ie (B$99=52000.)

=IF($B$7B$99,$D$93,IF(AND(B$17<=B$102,$F$50,$B$2 0<=6),($F$5*$D$103)+$D$94,IF(AND($B$17$B$102,$B$2 0<=6),($B$17*$B$103*$F$5)+$D$95,IF($B$206,($F$5*$ D$96)+$D$94+($B$103*$F$5*$B$17)))))

B$99=52000, B$100=N06000, and B$101=O6000

This is what I've tried with no success.
=IF(OR($B$7B$100,$B$7B$101,$B$7B$99,$D$93...... ...

Thank you in advance!!

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
convert numbers to alpha code chas Excel Discussion (Misc queries) 1 November 26th 06 12:33 AM
How do I set rows to Alpha and columns to numbers? len Setting up and Configuration of Excel 1 October 6th 06 05:26 PM
How to separate the numbers and characters in the cell vino Excel Worksheet Functions 3 August 23rd 06 01:47 PM
Print sequential page numbers on one worksheet printed multiple ti 2 hard basket Excel Worksheet Functions 1 August 5th 05 03:02 AM
Binary Numbers longer than 10 characters Andibevan Excel Worksheet Functions 2 April 6th 05 10:08 PM


All times are GMT +1. The time now is 04:24 PM.

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"