Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default I need a specific formula in excel

Educational use:
Using excel to set pupil targets. Each target level is subdivided into three
sub levels.ie Level 3 a,b,c; Level 4 a,b,c etc. Is there an excel formula
that could automatically raise a level/sublevel by a margin of two, ie raise
a level 3b to a 4c etc?
Any help would be appreciated
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default I need a specific formula in excel

Hi

With Level 3c in J5 and number to be added (2) in K5
=--(LEFT(J5))+CODE(RIGHT(J5))+K5-99&CHAR(M5+K5-1)
will work for the specific example, but not as a general result.

If your tables is set out as
J1 3a
J2 3b
J3 3c
J4 4a
J5 4b
J6 4c

Then with your uplift in column K
=OFFSET(J1,K1,0)
will work

If your list is descending i.e. from 4c down to 3a then
=OFFSET(J1,K1*-1,0)


--
Regards

Roger Govier


"ASMITH" wrote in message
...
Educational use:
Using excel to set pupil targets. Each target level is subdivided into
three
sub levels.ie Level 3 a,b,c; Level 4 a,b,c etc. Is there an excel
formula
that could automatically raise a level/sublevel by a margin of two, ie
raise
a level 3b to a 4c etc?
Any help would be appreciated



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
Add link to specific Excel worksheet in HTML Outlook message [email protected] Links and Linking in Excel 4 May 17th 23 11:47 AM
Convert Excel 4 formula to Excel 2003 format The Gasell Excel Worksheet Functions 3 April 12th 06 05:07 PM
Recurring Excel Formula error - multiple users affected! Rayo K Excel Discussion (Misc queries) 3 April 11th 06 02:22 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


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