View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Mike T Mike T is offline
external usenet poster
 
Posts: 7
Default CAN ANYONE HELP WITH A SPECIFIC FORMULA I NEED?

The formula for cell D3 of worksheet C should be
=IF(pricing!$C$2=1,pricing!B15,)

if C2 does not equal 1, then the result is empty


"christine" wrote:

here is what I need and all attempts of writing it have failed.

in cell d3 of worksheet C, I need:

value of b15 of worksheet A only if cell c2 has a value of 1
worksheet A is called pricing

one formula I tried:
=index(if(pricing!$c$2=1, b15... or something like that....