how can i mulitply without having a figure yet?

  • Thread starter Thread starter sonia
  • Start date Start date
S

sonia

Hi

I want to have a few cells timed by two but haven't got the figures yet of
what i'm times-ing. is there a way to format the cell to automatically times
when a number is added into it?

Thanks
 
Think you could set-up something like this
Assuming the data (the figures) will be entered in A2 down
Put in B2: =IF(A2="","",A2*2)
Copy B2 down as far as data is expected in col A, eg down to B100. Col B
will auto-return the required results. You can point to/use col B for further
downstream calcs.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:370 Subscribers:68
xdemechanik
 
Think you could set-up something like this
Assuming the data (the figures) will be entered in A2 down
Put in B2: =IF(A2="","",A2*2)
Copy B2 down as far as data is expected in col A, eg down to B100. Col B
will auto-return the required results. You can point to/use col B for further
downstream calcs.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:370 Subscribers:68
xdemechanik
 

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