View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick Bernie Deitrick is offline
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'?