How to automatically populate using Macro

  • Thread starter Thread starter ICSAnalyst
  • Start date Start date
I

ICSAnalyst

I want a code that can automatically populate a column wich is (E).
want the column to be dividing column A/ Column C. And if there isn'
anything in Column A or C.. then the column cell =0 . And if the answe
is N/A- Then the column cell equals -

Thanks, Please email me (e-mail address removed)
 
Hi
do you need a macro or would a formula do as well?. For the latter use
=IF(COUNT(A1,C1)=2,A1/C1,0)

Note: Does not take care of C1=0 and I'm not sure what you mean with
N/A?
 

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