#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default simple forula

ok, i feel real dippy here, I am simply trying to make each number i fill
into column B automatically multiply by $5 and fill this value into the colum
C cell next to it
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default simple forula

Enter this formula in C1:

=IF(B1="","",B1*5)

Format the cell as currency and copy down column C as far as you need.

Hope this helps.

Pete

On Oct 4, 7:23 pm, cbazoo wrote:
ok, i feel real dippy here, I am simply trying to make each number i fill
into column B automatically multiply by $5 and fill this value into the colum
C cell next to it



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default simple forula

2 ways:-

In C1 enter
=B1*5
Drag this down

Better is to enter yout $5 in another cell (say E1) and enter this in c1 and
drag down

=B1*E$1

The second ways allows you to multiply B by and value you enter in E1.

Mike
"cbazoo" wrote:

ok, i feel real dippy here, I am simply trying to make each number i fill
into column B automatically multiply by $5 and fill this value into the colum
C cell next to it

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
Simple problem, simple formula, no FUNCTION ! Ron@Buy Excel Worksheet Functions 6 September 28th 07 04:51 PM
maybe by another more simple way been dribbled to 2007 Excel Discussion (Misc queries) 2 January 3rd 07 08:26 PM
Simple lookup - or maybe not so simple - help! ChrisHodds Excel Worksheet Functions 1 September 27th 06 03:09 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Make it more simple or intuitive to do simple things Vernie Charts and Charting in Excel 1 March 16th 05 04:01 AM


All times are GMT +1. The time now is 01:50 PM.

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

About Us

"It's about Microsoft Excel"