Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Stan Altshuller
 
Posts: n/a
Default Ignoring charachter data with Product function

Hi all

in short:
I have row A of data that has numbers between -1 and 1 and some characters.
I need to find the value of Product(1+A:A). Using the function N to convert
chars to nums has not done the trick.

more detail:

I get a data dump of return numbers in percent from a third party software
that I must link to. Upon linking to a different spread sheet I use

=IF(DataIn!A1=0,"",DataIn!A1)

and drag this forumla to get rid of zeros in my linked data.

then I must find the total returns for all colums.
If I use Product(1+A1:A10) I get #Value since there are chars in the data
(even though Its only "" it does not work.) I must use Product(1+randge) not
simply product(range) since this is return data and I must add a 1 first to
find the correct return.
Any ideas?
Thanks!
Stan


  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

Hope this helps
=PRODUCT(IF(ISNUMBER(A2:A8),(1+A2:A8)))
array entered(ctrl+shift+enter) instead of just enter

"Stan Altshuller" wrote in message
...
Hi all

in short:
I have row A of data that has numbers between -1 and 1 and some
characters.
I need to find the value of Product(1+A:A). Using the function N to
convert
chars to nums has not done the trick.

more detail:

I get a data dump of return numbers in percent from a third party software
that I must link to. Upon linking to a different spread sheet I use

=IF(DataIn!A1=0,"",DataIn!A1)

and drag this forumla to get rid of zeros in my linked data.

then I must find the total returns for all colums.
If I use Product(1+A1:A10) I get #Value since there are chars in the data
(even though Its only "" it does not work.) I must use Product(1+randge)
not
simply product(range) since this is return data and I must add a 1 first
to
find the correct return.
Any ideas?
Thanks!
Stan




  #3   Report Post  
Stan Altshuller
 
Posts: n/a
Default

Well Done, Thank a lot!

"N Harkawat" wrote in message
...
Hope this helps
=PRODUCT(IF(ISNUMBER(A2:A8),(1+A2:A8)))
array entered(ctrl+shift+enter) instead of just enter

"Stan Altshuller" wrote in message
...
Hi all

in short:
I have row A of data that has numbers between -1 and 1 and some
characters.
I need to find the value of Product(1+A:A). Using the function N to
convert
chars to nums has not done the trick.

more detail:

I get a data dump of return numbers in percent from a third party

software
that I must link to. Upon linking to a different spread sheet I use

=IF(DataIn!A1=0,"",DataIn!A1)

and drag this forumla to get rid of zeros in my linked data.

then I must find the total returns for all colums.
If I use Product(1+A1:A10) I get #Value since there are chars in the

data
(even though Its only "" it does not work.) I must use Product(1+randge)
not
simply product(range) since this is return data and I must add a 1 first
to
find the correct return.
Any ideas?
Thanks!
Stan






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
Help with data not getting plotted Scott Ehrlich Excel Discussion (Misc queries) 2 January 25th 05 05:17 AM
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
Charting data ranges that change mikelee101 Charts and Charting in Excel 2 December 16th 04 11:07 PM
how can i get the slope function to ignore missing data? Delmar Excel Discussion (Misc queries) 0 December 2nd 04 05:55 PM
What function or formula do I use to calculate ROI with this data? Dave Excel Worksheet Functions 9 November 5th 04 02:42 PM


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