Question : Adding one cell to the bottom of a named range defined byan OFFSET

I need to add one cell to the bottom of this named range: =OFFSET(ChartCatsAll,-1,-3)
How do I do that? Or if it's easier to add the cell to the top, I could work with =OFFSET(ChartCatsAll,0,-3)

This is the range for ChartCatsAll: =OFFSET(TailAvailability!$CZ$6,,,MATCH(TailAvailability!Threshhold,TailAvailability!$DA$6:$DA$100),1)

Thanks,
John

Answer : Adding one cell to the bottom of a named range defined byan OFFSET

One more thing. Add the resultset number (1,2,...) to each cfprocresult variable

    <cfstoredproc procedure="pr_get_LoggedUser_Info" datasource="#Application.CDP_DSN#">
        <cfprocparam type="In" cfsqltype="CF_SQL_INTEGER" value="#rsCF_Client_ID.CID#" null="No">
        <cfprocresult name="rsCF_Client" resultset="1">
      <cfprocresult name="rsCF_Client2" resultset="2">
    </cfstoredproc>
Random Solutions  
 
programming4us programming4us