ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Getting rid of curly brackets within formula (https://www.excelbanter.com/excel-worksheet-functions/5521-getting-rid-curly-brackets-within-formula.html)

Hardy

Getting rid of curly brackets within formula
 

Hi,

Sorry, I am good at some stuff, but clueless with arrays.

=SLOPE(OFFSET(_08ItaN_Top,*ROW()-8-DayCount6m*,0,DayCount6m,1),OFFSET(_08ItaR_Top,658 ,0,DayCount6m,1))

The bolded term above is meant to return value, 658, but returns {658},
which means the formula returns #N/A. ROW() is causing the proble, as
DayCount6m refers to cell with a value in.

Any thoughts..

Thanks in advance


--
Hardy
------------------------------------------------------------------------
Hardy's Profile: http://www.excelforum.com/member.php...fo&userid=3163
View this thread: http://www.excelforum.com/showthread...hreadid=274550


Frank Kabel

Hi
untested but try:
=SLOPE(OFFSET(_08ItaN_Top,*SUM(ROW())-8-DayCount6m*,0,DayCount6m,1),OFF
SET(_08ItaR_Top,658,0,DayCount6m,1))

--
Regards
Frank Kabel
Frankfurt, Germany

"Hardy" schrieb im Newsbeitrag
...

Hi,

Sorry, I am good at some stuff, but clueless with arrays.


=SLOPE(OFFSET(_08ItaN_Top,*ROW()-8-DayCount6m*,0,DayCount6m,1),OFFSET(_
08ItaR_Top,658,0,DayCount6m,1))

The bolded term above is meant to return value, 658, but returns

{658},
which means the formula returns #N/A. ROW() is causing the proble,

as
DayCount6m refers to cell with a value in.

Any thoughts..

Thanks in advance


--
Hardy
---------------------------------------------------------------------

---
Hardy's Profile:

http://www.excelforum.com/member.php...fo&userid=3163
View this thread:

http://www.excelforum.com/showthread...hreadid=274550



Frank Kabel

Hi
forgot to remove the '*'. Try:
=SLOPE(OFFSET(_08ItaN_Top,SUM(ROW())-8-DayCount6m,0,DayCount6m,1),OFF
SET(_08ItaR_Top,658,0,DayCount6m,1))

--
Regards
Frank Kabel
Frankfurt, Germany

"Frank Kabel" schrieb im Newsbeitrag
...
Hi
untested but try:

=SLOPE(OFFSET(_08ItaN_Top,*SUM(ROW())-8-DayCount6m*,0,DayCount6m,1),OFF
SET(_08ItaR_Top,658,0,DayCount6m,1))

--
Regards
Frank Kabel
Frankfurt, Germany

"Hardy" schrieb im Newsbeitrag
...

Hi,

Sorry, I am good at some stuff, but clueless with arrays.



=SLOPE(OFFSET(_08ItaN_Top,*ROW()-8-DayCount6m*,0,DayCount6m,1),OFFSET(_
08ItaR_Top,658,0,DayCount6m,1))

The bolded term above is meant to return value, 658, but returns

{658},
which means the formula returns #N/A. ROW() is causing the proble,

as
DayCount6m refers to cell with a value in.

Any thoughts..

Thanks in advance


--
Hardy


---------------------------------------------------------------------
---
Hardy's Profile:

http://www.excelforum.com/member.php...fo&userid=3163
View this thread:

http://www.excelforum.com/showthread...hreadid=274550





All times are GMT +1. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com