Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default conditional formula

I'm new at discussion groups - forgive me if I don't use correct wording.
I'm working w/ a payroll time sheet and want to use a conditional formula
that calculates and displays an amount only if there is worked hours in a
corresponding cell. Is this possible and if so, how do I set that up? I
need help A.S.A.P.!! Thanks a BUNCH!
--
pattyling
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default conditional formula

General form will be along these lines:

in for example C1 put the following:

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

A1 = worked hours
B1=amount

If A1 is blank, leave result cell blank; otherwise multiply worked hours by
amount

Change cells to suit

HTH
"pattyling" wrote:

I'm new at discussion groups - forgive me if I don't use correct wording.
I'm working w/ a payroll time sheet and want to use a conditional formula
that calculates and displays an amount only if there is worked hours in a
corresponding cell. Is this possible and if so, how do I set that up? I
need help A.S.A.P.!! Thanks a BUNCH!
--
pattyling

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default conditional formula

A HUGE THANK YOU for answering so fast. I have another ? if I may: rather
than leaving amt cell blank - how can I have it display $0.00?
--
pattyling


"Toppers" wrote:

General form will be along these lines:

in for example C1 put the following:

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

A1 = worked hours
B1=amount

If A1 is blank, leave result cell blank; otherwise multiply worked hours by
amount

Change cells to suit

HTH
"pattyling" wrote:

I'm new at discussion groups - forgive me if I don't use correct wording.
I'm working w/ a payroll time sheet and want to use a conditional formula
that calculates and displays an amount only if there is worked hours in a
corresponding cell. Is this possible and if so, how do I set that up? I
need help A.S.A.P.!! Thanks a BUNCH!
--
pattyling

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default conditional formula

=IF(A1="",0,A1*B1)

"pattyling" wrote:

A HUGE THANK YOU for answering so fast. I have another ? if I may: rather
than leaving amt cell blank - how can I have it display $0.00?
--
pattyling


"Toppers" wrote:

General form will be along these lines:

in for example C1 put the following:

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

A1 = worked hours
B1=amount

If A1 is blank, leave result cell blank; otherwise multiply worked hours by
amount

Change cells to suit

HTH
"pattyling" wrote:

I'm new at discussion groups - forgive me if I don't use correct wording.
I'm working w/ a payroll time sheet and want to use a conditional formula
that calculates and displays an amount only if there is worked hours in a
corresponding cell. Is this possible and if so, how do I set that up? I
need help A.S.A.P.!! Thanks a BUNCH!
--
pattyling

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default conditional formula

RIGHT ON!! I'm so glad I chose to sign up. Until next time....
--
pattyling


"Toppers" wrote:

=IF(A1="",0,A1*B1)

"pattyling" wrote:

A HUGE THANK YOU for answering so fast. I have another ? if I may: rather
than leaving amt cell blank - how can I have it display $0.00?
--
pattyling


"Toppers" wrote:

General form will be along these lines:

in for example C1 put the following:

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

A1 = worked hours
B1=amount

If A1 is blank, leave result cell blank; otherwise multiply worked hours by
amount

Change cells to suit

HTH
"pattyling" wrote:

I'm new at discussion groups - forgive me if I don't use correct wording.
I'm working w/ a payroll time sheet and want to use a conditional formula
that calculates and displays an amount only if there is worked hours in a
corresponding cell. Is this possible and if so, how do I set that up? I
need help A.S.A.P.!! Thanks a BUNCH!
--
pattyling

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
CONDITIONAL FORMULA Narnimar Excel Discussion (Misc queries) 3 February 19th 07 03:36 PM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
conditional sum formula Todd Excel Worksheet Functions 3 April 21st 06 05:51 PM
Conditional Formula Captain Steve Excel Discussion (Misc queries) 3 November 7th 05 11:04 PM
conditional formula Qaspec Excel Worksheet Functions 2 January 25th 05 03:25 PM


All times are GMT +1. The time now is 05:58 AM.

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"