if statemant

  • Thread starter Thread starter mikespeck
  • Start date Start date
M

mikespeck

I'm looking for something like this. If M1.value = 1 then I need A3
value = M6.value

Please help. I need this automated so whenever anyone enters a 1 i
cell M1 to dump the value of M6 into A3 automaticall
 
is this what you need

(paste this funtion into A3

=IF(M1=1,M6,""

if this is not what you need, please elaborate... :
 

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