Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Service Manager
 
Posts: n/a
Default NON-TEXT VALUES IN CELLS

I'm creating a timesheet for technicians in my service department. I have a
team-based system where technicians split the total hours their team does by
the number of techncians on the team, which is 4 per team. It currently
takes the hours in a top cell and automatically divides the hours into the
individual
technicians rows below (e.g., team turns 40 hours in a day, each technician
gets 10). Is there any way to exclude a cell if it contains a non-numeric
value (e.g., "VACATION" or "SICK"), and recalculate by the number of open
cells left?
  #3   Report Post  
Posted to microsoft.public.excel.charting
Service Manager
 
Posts: n/a
Default NON-TEXT VALUES IN CELLS

I think what you gave me was the opposite of what I was asking (though I
appreciate the response). My spreadsheet colum for a sample team on a sample
day looks like this:

Tech Team A Monday
40
Tech#1 13.3
Tech #2 13.3
Tech #3 VACATION
Tech #4 13.3

Where 40 is the number of hours the team produced that day. The formula is
now set for each tech as the total colum divided by 4. I have to manually
change it to three, two, etc. when one or more members of each team are off.
What I want the spreadsheet to do is see a non-numeric value (in this case
VACATION) in the cell next to tech #3 when I type it in over top of the
formula, an dthen recalculate Techs #1, #2, and #4 accordingly. Is this
possible?

"Don Guillett" wrote:

try this array formula
=AVERAGE(IF(ISNUMBER(L3:L14),L3:L14))

--
Don Guillett
SalesAid Software

"Service Manager" <Service
wrote in
message ...
I'm creating a timesheet for technicians in my service department. I have
a
team-based system where technicians split the total hours their team does
by
the number of techncians on the team, which is 4 per team. It currently
takes the hours in a top cell and automatically divides the hours into the
individual
technicians rows below (e.g., team turns 40 hours in a day, each
technician
gets 10). Is there any way to exclude a cell if it contains a non-numeric
value (e.g., "VACATION" or "SICK"), and recalculate by the number of open
cells left?




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
How to I copy text from a range of cells to another single cell? WRT Excel Discussion (Misc queries) 2 December 18th 05 06:17 AM
merged cells into one text cell, size varies dependant on text dat Jazzylady825 Excel Discussion (Misc queries) 0 December 9th 05 08:26 PM
Display text depending on values of 3 different cells? henrat Excel Worksheet Functions 6 November 22nd 05 06:09 PM
paste special | values should work with merged cells PastingSpecial Excel Discussion (Misc queries) 1 June 20th 05 06:51 PM
Function to list values of last 3 non-blank cells in a vertical bl ANJ Excel Worksheet Functions 1 April 14th 05 12:53 AM


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