corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Excel Formula Help..


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author Excel Formula Help..
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
6th Dec 06 at 10:37   View User's Profile U2U Member Reply With Quote

I have this Formula so far:

=LEFT(b1,1)&"1000"

(the above formula is in Cell H)

At the moment, if B1 starts with the letter W i get w1000 in H1
Is there a way to check Column H to see if w1000 exists and if so, increase the digit by 1?
AndyKent
Member

Registered: 3rd Sep 05
User status: Offline
6th Dec 06 at 11:05   View User's Profile U2U Member Reply With Quote

=LEFT(A1,1)&VALUE(RIGHT(B1,4)+1)

is that what you mean?
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
6th Dec 06 at 11:37   View Garage View User's Profile U2U Member Reply With Quote

I believe you need

=LEFT(T1,T)&SMB(STFU(B4LLS)+1)
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
6th Dec 06 at 11:39   View User's Profile U2U Member Reply With Quote

oh? i thought it was

u=a(h0m0) = steve

Thanks for your contribution
Ian
Site Administrator

Avatar

Registered: 28th Aug 99
Location: Liverpool
User status: Offline
6th Dec 06 at 19:14   View Garage View User's Profile U2U Member Reply With Quote

You want to check the entire column?

ie. H1,H2,H3....Hn ?
MikeLamb
Member

Registered: 23rd Sep 03
Location: Crowthorne Drives: Veccy SRI
User status: Offline
6th Dec 06 at 20:32   View User's Profile U2U Member Reply With Quote

Increase what digit by1?
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
7th Dec 06 at 07:59   View User's Profile U2U Member Reply With Quote

i will try to explain again. but ive kinda gotten the formula now and it works REALLY well in excel... perfectly, does exactly what i want it to do. but for some reason sharepoint wont accept it.. syntax error.

Id like to be able to use Sharepoint to generate job numbers based on the
first letter of the customer name and then adding a predefined figure. (lets
say 1000).

At the moment, in excel, in column A i have customer and in column b i have
the following formula:

quote:

=IF(ISBLANK($A2),"",LEFT($A2,1)&COUNTIF($A$1:$A2,LEFT($A2,1) & "*")+999)



So if the customer begins with 'A' i get A1000
If it begins with B i get B1000
If i add another A i get A1001 and another B i get B1001 and so on.
So at the moment theres no chance of my duplicating the job numbers.
It works really well in excel, but it wont let me use this formula in
Sharepoint.

Im quite new to sharepoint.

Previously i had

quote:

=LEFT(Customer,1)&"1000"



Which worked in Sharepoint, it added the first letter to 1000, but was
obviously duplicating the job numbers.

I have tried importing the excel document into WSS but it doesnt appear to
copy the formula in

Adam

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
Excel Help Darren General Chat 3 641
4th Mar 04 at 11:51
by ipswichcorsa
 
excel help Darren General Chat 3 861
28th Jan 05 at 15:04
by VegasPhil
 
Computer Question seanreay1986 General Chat 3 551
1st Mar 05 at 22:53
by seanreay1986
 
is there a program that...... chris_uk Geek Day 6 1819
16th Jun 05 at 00:47
by Dan B
 
excel formula help Bart Geek Day 10 518
14th Sep 06 at 11:47
by Bart
 

Corsa Sport » Message Board » Off Day » Geek Day » Excel Formula Help.. 28 database queries in 1.6810300 seconds