formulae

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have a field F15 with this formulae = IF(E12="cup", "=E15")

in the field for E15, there is another formulae =a15*b15,

I need the output for E15 in F15, but now I get =E15, what is the operator
to get the output

would appreciate if you could reply

thanks
 
= IF(E12="cup",E15,"")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Dear Gerald,

Try
=IF(E12="cup",E15)

Ο χÏήστης "Gerald" έγγÏαψε:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top