Sum Result of lookup in excel 2007

D

David Ryan

Hi using excel 2007 looking up values and need to sum the results

lookup function
=IFERROR(LOOKUP(A3,{7,8,9,13,1330,1430,15,2130,2245},{"8","8","6","8","9","8","8","8","8"}),"0").
this returns great results and what I need. If the value is not found returns
0 and not #N/A if the "iferror" part is not used.

The results are in another column. When I sum the results I get 0.00
changing the format of the cell has no effect.

I hope someone can help as this has been driving me crazy and i know it will
be very simple. help please
 
P

Pecoflyer

David said:
Hi using excel 2007 looking up values and need to sum the results

lookup function
=IFERROR(LOOKUP(A3,{7,8,9,13,1330,1430,15,2130,2245},{"8","8","6","8","9","8","8","8","8"}),"0").
this returns great results and what I need. If the value is not foun
returns
0 and not #N/A if the "iferror" part is not used.

The results are in another column. When I sum the results I get 0.00
changing the format of the cell has no effect.

I hope someone can help as this has been driving me crazy and i know i
will
be very simple. help please
Hi,
maybe removing the quotes would help

--
Pecoflye

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows fil
upload ->faster and better answers

*Adding your XL version* to your post helps finding solution faste
 
J

Jacob Skaria

Replace the double quotes from your formula and try...........

=LOOKUP(A5,{7,8,9,13,1330,1430,15,2130,2245},{8,8,6,8,9,8,8,8,8})
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top