Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default This One Is Tricky Need Help !!!!!

This is what I have
In AA5:AA65 IF L is entered = Laidoff
In D5:D65 = AVERAGE of each cells in E5:E65 Total hours worked if L is
entered in AA5:AA65
In B5:B65 = Names if entered
In cells F5:F65 to L5:L65 = Hours entered if worked

This is the formula im using IN E5:E65 = Total hours
=IF(B6="","",SUM(AB5+F5*1.5+G5*1.5+H5*1.5+I5*1.5+J 5*1.5+K5*1.8+L5*2))

This is what I want: If there is a value in D5:D65 I want to use this value
& have this value in E5:E65 I don,t want to SUM & If there is no value in
D5:D65 I want to SUM AB,F,G,H,I,J,K,L5:65 I HOPE THIS MAKES SENCE & POSSIBLE
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 834
Default This One Is Tricky Need Help !!!!!

No, it doesn't make sense, at least not to me.

I suggest you give a couple of worked examples.

HTH

Bob

"Mike" wrote in message
...
This is what I have
In AA5:AA65 IF L is entered = Laidoff
In D5:D65 = AVERAGE of each cells in E5:E65 Total hours worked if L is
entered in AA5:AA65
In B5:B65 = Names if entered
In cells F5:F65 to L5:L65 = Hours entered if worked

This is the formula im using IN E5:E65 = Total hours
=IF(B6="","",SUM(AB5+F5*1.5+G5*1.5+H5*1.5+I5*1.5+J 5*1.5+K5*1.8+L5*2))

This is what I want: If there is a value in D5:D65 I want to use this
value
& have this value in E5:E65 I don,t want to SUM & If there is no value in
D5:D65 I want to SUM AB,F,G,H,I,J,K,L5:65 I HOPE THIS MAKES SENCE &
POSSIBLE



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default This One Is Tricky Need Help !!!!!

No, it doesn't make sense, but perhaps you intended to say either
=IF(B5="","",IF(ISNUMBER(D5),D5,AB5+F5*1.5+G5*1.5+ H5*1.5+I5*1.5+J5*1.5+K5*1.8+L5*2))
or
=IF(ISNUMBER(D5),D5,IF(B5="","",AB5+F5*1.5+G5*1.5+ H5*1.5+I5*1.5+J5*1.5+K5*1.8+L5*2))

Note that in neither case do you need the SUM function, unless you want the
SUM function to add something to
AB5+F5*1.5+G5*1.5+H5*1.5+I5*1.5+J5*1.5+K5*1.8+L5*2
If you are unclear as to the functionality of the SUM function, look it up
in Excel help.
--
David Biddulph


Mike wrote:
This is what I have
In AA5:AA65 IF L is entered = Laidoff
In D5:D65 = AVERAGE of each cells in E5:E65 Total hours worked if L is
entered in AA5:AA65
In B5:B65 = Names if entered
In cells F5:F65 to L5:L65 = Hours entered if worked

This is the formula im using IN E5:E65 = Total hours
=IF(B6="","",SUM(AB5+F5*1.5+G5*1.5+H5*1.5+I5*1.5+J 5*1.5+K5*1.8+L5*2))

This is what I want: If there is a value in D5:D65 I want to use this
value & have this value in E5:E65 I don,t want to SUM & If there is
no value in D5:D65 I want to SUM AB,F,G,H,I,J,K,L5:65 I HOPE THIS
MAKES SENCE & POSSIBLE




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
A Tricky One...... nevi Excel Worksheet Functions 3 June 18th 06 02:04 PM
This might be a little tricky...... nevi Excel Discussion (Misc queries) 2 June 17th 06 04:22 AM
Tricky FV function MPuser Excel Worksheet Functions 12 December 7th 05 01:39 AM
Is it just me or is this tricky? philawde Excel Discussion (Misc queries) 7 November 23rd 05 03:58 PM
Tricky maybe Frazcmankfar Excel Worksheet Functions 0 August 18th 05 05:25 PM


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