#1   Report Post  
Posted to microsoft.public.excel.misc
KW
 
Posts: n/a
Default Calculations

I'm working on a spreadsheet, and I want a cell to automatically calculate
the number I put in by a predetermined number. So, I put 2 in the cell, I
want it to multiply by 27 and put the total in the cell.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default Calculations

Don't. Use another cell with a formula. I can't think of any good reason to do this what Excel wasn't designed to do.
Of course it can be done using VBA, but why should you?

--
Kind regards,

Niek Otten

"KW" wrote in message ...
I'm working on a spreadsheet, and I want a cell to automatically calculate
the number I put in by a predetermined number. So, I put 2 in the cell, I
want it to multiply by 27 and put the total in the cell.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default Calculations

If you intend to type the number into cell A1, then in B1 enter this
formula:

=IF(A1="","",A1*27)

This will show a blank if A1 is empty, otherwise it will give 27 times
whatever is typed into A1.

Hope this helps.

Pete

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
complex calculations juliadesi Excel Discussion (Misc queries) 6 March 17th 06 01:14 PM
Calculations based on PivotTable information jerry Excel Discussion (Misc queries) 0 October 3rd 05 07:25 PM
looping through a set of calculations Anand Excel Worksheet Functions 2 September 14th 05 07:12 PM
Calculations crossing multiple sheets Stephen McArthu Excel Discussion (Misc queries) 4 June 6th 05 04:35 PM
time interval calculations in excel Krishna Excel Discussion (Misc queries) 6 April 8th 05 02:57 PM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"