Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
 
Posts: n/a
Default I need help with a formula

I have to create a formula that will generate a job number for each new
job that i enter. In this format 05-169. The first 2 digits are the
year and the last three need to be generated.

  #2   Report Post  
Jim May
 
Posts: n/a
Default

Using Col A as your JobNo enter into Cell A3:

=IF(ISBLANK(B3),"","05-"&VALUE(RIGHT(A2,3)+1)) and Copy Down

As you enter New job info in cells B3 and downward
Your Col A
Job No will
Display incrementally.

HTH





wrote in message
oups.com...
I have to create a formula that will generate a job number for each new
job that i enter. In this format 05-169. The first 2 digits are the
year and the last three need to be generated.



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
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 05:38 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"