Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JBR JBR is offline
external usenet poster
 
Posts: 2
Default Biblical references in Excel

Can anyone help me select a numbering format in Excel that recognizes chapter
and verses in scripture? I.e., I'm doing a running thematic development in
Mark so one field would have "1:1-8" and the next reference to it would be
"1:9-13" etc. Is there a way I could do a formula where the program will
either add verses without changing the chapter or am I left to formatting it
as 'general'?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Biblical references in Excel

JBR,

You could use four columns to create your references.

Starting in row 2, Column A has the chapter, column B the starting verse, column C the ending verse,
and column D the reference-creation formula. In A2:C2, enter the first reference values, then:

In D2, enter the formula =A2 & ":" & B2 & "-" & C2
In A3 enter the formula =A2
In B3 enter the formula = C2 +1
In C3 enter the formula = B3 +1
Copy D2 down to D3, then copy A3:D3 down for as many rows as you want.

When you change chapter, starting or ending verse from those suggested by the formulas, simply
overwrite the formula with the value that you want.

HTH,
Bernie
MS Excel MVP


"JBR" wrote in message
...
Can anyone help me select a numbering format in Excel that recognizes chapter
and verses in scripture? I.e., I'm doing a running thematic development in
Mark so one field would have "1:1-8" and the next reference to it would be
"1:9-13" etc. Is there a way I could do a formula where the program will
either add verses without changing the chapter or am I left to formatting it
as 'general'?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Biblical references in Excel

How would Excel determine that the next verses after 1:1-8 should be 1:9-13?

1:1-8 is 9 verses. 1:9-13 is 5 verses

Is there any order of incremetation to follow?


Gord Dibben MS Excel MVP


On Tue, 15 Apr 2008 09:23:00 -0700, JBR wrote:

Can anyone help me select a numbering format in Excel that recognizes chapter
and verses in scripture? I.e., I'm doing a running thematic development in
Mark so one field would have "1:1-8" and the next reference to it would be
"1:9-13" etc. Is there a way I could do a formula where the program will
either add verses without changing the chapter or am I left to formatting it
as 'general'?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Biblical references in Excel

You could also set your column B to equal the column C value from the row
above plus 1 (so B3 would contain the formula "=C2+1"). You would always
have to supply the ending verse, because there is no way that Excel will
know/nor could you program it to know how many verses you wanted to reference
on any given line (Gord's question). Personally, I've always just hand
entered the information then used a formula like Bernie suggested to get the
final formatting to look right.

"Bernie Deitrick" wrote:

JBR,

You could use four columns to create your references.

Starting in row 2, Column A has the chapter, column B the starting verse, column C the ending verse,
and column D the reference-creation formula. In A2:C2, enter the first reference values, then:

In D2, enter the formula =A2 & ":" & B2 & "-" & C2
In A3 enter the formula =A2
In B3 enter the formula = C2 +1
In C3 enter the formula = B3 +1
Copy D2 down to D3, then copy A3:D3 down for as many rows as you want.

When you change chapter, starting or ending verse from those suggested by the formulas, simply
overwrite the formula with the value that you want.

HTH,
Bernie
MS Excel MVP


"JBR" wrote in message
...
Can anyone help me select a numbering format in Excel that recognizes chapter
and verses in scripture? I.e., I'm doing a running thematic development in
Mark so one field would have "1:1-8" and the next reference to it would be
"1:9-13" etc. Is there a way I could do a formula where the program will
either add verses without changing the chapter or am I left to formatting it
as 'general'?




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
Absolute References (Excel 97) Phendrena Excel Worksheet Functions 1 February 14th 08 06:08 PM
Excel references within references? Mike Excel Discussion (Misc queries) 8 January 30th 08 12:58 AM
Help with converting a block of cells with Absolute and mixed references to relative references Vulcan Excel Worksheet Functions 3 December 13th 07 11:43 PM
How to rename references from range names to cell references Abbas Excel Discussion (Misc queries) 1 May 24th 06 06:18 PM
How do i do 3-D references in Excel shusla Excel Discussion (Misc queries) 1 October 26th 05 04:39 PM


All times are GMT +1. The time now is 01:22 AM.

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

About Us

"It's about Microsoft Excel"