Thread: Formula help!
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Formula help!

Maybe this:

=IF(A1+B16,A1+B1,"")

Copied down

--
Biff
Microsoft Excel MVP


"nkonfya" wrote in message
...
I need to figure out how to solve the following situation:

A B C
1 4
2 5 f(7)
3 6 f(9)

If Ax+Bx6 then plug that number into a function desgnated for column C.
How
do I set this up?