Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Thor
 
Posts: n/a
Default How to do a work graph in MS Excel?

How do give single letters numerical equivalent? (MS Excel) im trying to do a
work graph.
I have filled some cols and rows like that
Example:
| Date | | Date | | Date | | Date | {etc}
|Working hours
Name 1.th june 2.th june 3.th june 4.th june {etc}
|
Peter J J G -
|

as in example J means 8 working hours, G means 6 working hours and - means a
day off. At the end should be some formula which sums all the working days to
exact hours.
I would be grateful if Someone could answer me by sending an e-mail to this
address:

Sry for the typos.. havent use English language for 3 years :P
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Thor
 
Posts: n/a
Default How to do a work graph in MS Excel?



"Thor" wrote:

How do give single letters numerical equivalent? (MS Excel) im trying to do a
work graph.
I have filled some cols and rows like that
Example:
| Date | | Date | | Date | | Date | {etc}
|Working hours
Name 1.th june 2.th june 3.th june 4.th june {etc}
|
Peter J J G -
|

as in example J means 8 working hours, G means 6 working hours and - means a
day off. At the end should be some formula which sums all the working days to
exact hours.
I would be grateful if Someone could answer me by sending an e-mail to this
address:

Sry for the typos.. havent use English language for 3 years :P


okey i have put on the internet a pic of sample graph please i really need
help someone?
this address below:
http://thor.msn.ee/stonia/kaardid/graph.gif?2
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Thor
 
Posts: n/a
Default How to do a work graph in MS Excel?

http://thor.msn.ee/stonia/kaardid/graph.gif?2
there is an example graph
i need to get letters E, G, J AND I work by them selves as much hours as
they are.
So how do give single letters numerical equivalent? as E=G=9,5

J=12

I=13

i think i could do that formula at the end of row for summing all working
hours
  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default How to do a work graph in MS Excel?

Perhaps something like this ..

In B5:
=IF(B4="",0,VLOOKUP(B4,{"E",9.5;"G",9.5;"I",13;"J" ,12},2,0))
Copy B5 across to AE5

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Thor" wrote:
http://thor.msn.ee/stonia/kaardid/graph.gif?2
there is an example graph
i need to get letters E, G, J AND I work by them selves as much hours as
they are.
So how do give single letters numerical equivalent? as E=G=9,5

J=12

I=13

i think i could do that formula at the end of row for summing all working
hours

  #5   Report Post  
Posted to microsoft.public.excel.newusers
Thor
 
Posts: n/a
Default How to do a work graph in MS Excel?

"Max" wrote:

Perhaps something like this ..

In B5:
=IF(B4="",0,VLOOKUP(B4,{"E",9.5;"G",9.5;"I",13;"J" ,12},2,0))
Copy B5 across to AE5


"",0,VLOOKUP there is some mistake ... excel gives me error for it.
Best for me would be that kind of formula that, when im doing new grapg
everymong different then just by typing for an example E then and the end of
line in working hours cell would appear 9,5hours, and when i keep adding
letters then the sum will growth


  #6   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default How to do a work graph in MS Excel?

"Thor" wrote:
In B5:
=IF(B4="",0,VLOOKUP(B4,{"E",9.5;"G",9.5;"I",13;"J" ,12},2,0))
Copy B5 across to AE5


"",0,VLOOKUP there is some mistake ... excel gives me error for it.


Think you need to change the commas to semicolons
in the formula to suit your continental Excel version,
perhaps try something like this in B5 over the
=IF(B4="";0;VLOOKUP(B4;{"E",9.5;"G",9.5;"I",13;"J" ,12};2;0))
then copy B5 across to AE5
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #7   Report Post  
Posted to microsoft.public.excel.newusers
Thor
 
Posts: n/a
Default How to do a work graph in MS Excel?

Max

=IF(B4="";0;VLOOKUP(B4;{"E",9.5;"G",9.5;"I",13;"J" ,12};2;0))
then copy B5 across to AE5


I dont know what am i doing wrong or is something in this formula wrong, but
i cant get it to work :(

Maybe you could set-up somewhere a working graph_example or send it to my

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
unhide menu bar in excel - just disappeared Sean Setting up and Configuration of Excel 12 April 4th 23 10:19 AM
Excel graph problem biosainath Excel Discussion (Misc queries) 6 March 12th 06 10:14 PM
How can I verify that an Excel file will work with older versions Tony English Excel Discussion (Misc queries) 3 January 30th 06 02:57 PM
Hyperlinks from Excel 2000 dont work anymore in Excel 2003 Agron Shujaku Excel Discussion (Misc queries) 0 January 18th 06 02:21 PM
Dates and Recomended Graphing Programs to work with excel? John Charts and Charting in Excel 2 December 8th 05 07:58 PM


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