Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Angel Devoid
 
Posts: n/a
Default IS THERE A FORMULA TO MAKE E=6:00PM ETC SHIFT TIMES AND HOURS

i would like to know if excel could seek out a certain letter eg(E) and turn
it in to a number eg e=15:00 as in what time the work shift finnishes. need
to know a formula for it tried the "if" formula. =if(a2="E","15:00") which
works untill you tell it too look in more then one cell because the cells
have a mixture of E , LM , MID all diferent shifts. get my drift?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default IS THERE A FORMULA TO MAKE E=6:00PM ETC SHIFT TIMES AND HOURS

So what are the other shift hours? If you only need to check for E and you
want to know how many times it occurred in a range you can use

=(COUNTIF(B:B,"E")*"15:00")-(COUNTIF(B:B,"E")*"06:00")

where I assumed that for shift E start time is 06:00 so if for instance
there were 6 occurrences of E in column B the result would be 54:00 (format
result as custom [hh]:mm) and if you want to multiply that with a rate
multiply with 24 as well as the rate, with 54:00 in H2

=H2*24*20.50

format as currency


--

Regards,

Peo Sjoblom

"Angel Devoid" <Angel wrote in message
...
i would like to know if excel could seek out a certain letter eg(E) and

turn
it in to a number eg e=15:00 as in what time the work shift finnishes.

need
to know a formula for it tried the "if" formula. =if(a2="E","15:00") which
works untill you tell it too look in more then one cell because the cells
have a mixture of E , LM , MID all diferent shifts. get my drift?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default IS THERE A FORMULA TO MAKE E=6:00PM ETC SHIFT TIMES AND HOURS

First select the cells containing the letter you want to change and then
pull-down:

Edit Find aand then enter e and then replace with 15:00
--
Gary's Student


"Angel Devoid" wrote:

i would like to know if excel could seek out a certain letter eg(E) and turn
it in to a number eg e=15:00 as in what time the work shift finnishes. need
to know a formula for it tried the "if" formula. =if(a2="E","15:00") which
works untill you tell it too look in more then one cell because the cells
have a mixture of E , LM , MID all diferent shifts. get my drift?

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
Calculation of hourly rate times hours times 1.5 Newbusinessbod Excel Worksheet Functions 1 December 6th 05 04:44 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Avoiding typing similar formula 600 times Ian D. Weatherall Excel Worksheet Functions 5 June 29th 05 06:51 AM
Formula to calculate elapsed time between certain dates and times Stadinx Excel Discussion (Misc queries) 6 March 25th 05 07:02 AM
How can I make a timesheet to figure my hours and payrate? Bruce Excel Worksheet Functions 2 March 25th 05 01:10 AM


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

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"