Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AngelFoxBlue
 
Posts: n/a
Default Making formulae function throughout worksheet

I am currently working on setting up a call cost register for my workplace.

Currently, the first cell in columns D, E and I have a formula in them used
to calculate total time of the call, the number of 6 minute units the call
used and the total cost of the call.

However, is the register is expected to be an ongoing thing, I need those 3
formulae to function in ever cell of their respective columns.

Is there any way that this is possible, and if so, could someone please
explain how to set it up.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default Making formulae function throughout worksheet

"AngelFoxBlue" wrote:
I am currently working on setting up a call cost register for my workplace.
Currently, the first cell in columns D, E and I have a formula in them used
to calculate total time of the call, the number of 6 minute units the call
used and the total cost of the call.
However, is the register is expected to be an ongoing thing, I need those 3
formulae to function in ever cell of their respective columns.
Is there any way that this is possible, and if so, could someone please
explain how to set it up.


Assuming you have this formula in F1: =D1*E1

Then just use something like this instead in F1:
=IF(OR(D1="",E1=""),"",D1*E1)

Fill F1 down to say, F100,
to cater for the max expected extent in cols D and E

Col F will display "nothing", i.e. ""
until data* is input in both cols D and E
*or the formulas in cols D and E evaluate to other than ""

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
Passing a WorkSheet from a Function??? Mac Lingo Excel Worksheet Functions 3 June 13th 06 08:29 AM
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
Setting Cell Number Format With A Worksheet Function [email protected] Excel Worksheet Functions 1 December 16th 05 07:37 PM
Comparing a list to a Calendar worksheet. PatrickL Excel Worksheet Functions 0 August 25th 05 04:21 PM
help! making a worksheet more automated? redb Excel Discussion (Misc queries) 2 April 15th 05 01:53 PM


All times are GMT +1. The time now is 06:31 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"