View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default calculation in an if formula

One way

=SUMPRODUCT(B1:B3,{300;325;350})

--
Regards,

Peo Sjoblom

Portland, Oregon




"Sharon L." <Sharon wrote in message
...
I have three colums B1:B3. I need a formula that will look at B1 and if
there is a value in it, multiply the value by 300, then look at B2 and if
there is a value, multiply it by 325, and then look at B3 and if there is
a
value, multiply it by 350 and then add all three of those together. Could
someone please help me with this? Thanks in advance.