View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default IF-then formula doesn't work

And you don't need the SUM as well as the + sign.
=IF(M160,INDIRECT("V"&(O2+1)),0)
--
David Biddulph

"Teethless mama" wrote in message
...
You put a bracket in wrong place
here is the correction:

=IF(M160,INDIRECT("V"&SUM(O2+1)),0)



"pegman" wrote:

I can't figure this one out...

=IF(M160,INDIRECT("V"&SUM(O2+1),0))

the INDIRECT("V"&SUM(O2+1) aspect worked fine, but I only wanted that
value
to show so I added the IF aspect... I keep getting errors in the value
--
I didn''''t go bald because of genetics, I''''m pulling them out one at a
time!