View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 618
Default Multiple if/then, OR formulas

"Ashley" wrote in message
...
Hi! Any help is greatly appreciated.

I have a multi-row, multi-column worksheet. In column J I have a list of
numbers. In column O I have a different set of numbers. For each row,
there
is a unique value in column J and column O.

1) For each row, in column P, I would like the numeric amount from column
N
to appear IF 1) the number in column J equals 07, 08, 52, 60, 70, 71, or
80
OR 2) if the number in column O equals 14, if neither of these are true,
then
I would like a 0 to appear.


=IF(OR(J1=7,J1=8,J1=52,J1=60,J1=70,J1=71,J1=80,O1= 14),N1,0)
--
David Biddulph