Link to home
Start Free TrialLog in
Avatar of gray180
gray180

asked on

Lotus notes basic table to act as a spreadsheet for totalling column values

Hi Experts,
I am wanting to manipulate a table within lotus notes.
The table acts as a sort of register for the month for staff.
Example: -


                01   02   03   04   05  06  07 ...... 31
Graham     H     H    H     S     S    x   x          x
Fred          x      x    x      S    S    S   x          x
Joe           S      A    x      x     x     x   x          x
Bill            x      C    x      x     x     x    x         x
John          x     x     x      H    H     H   x         x

What I want to do is add a Total below the last row....EG

Total off   2       2    1      3    3     2    0         0

So, basically I want to add the value of each column, based upon the amount of people on Holiday (H) and Sickness (S).

So the formula I am looking for would be something like:
Search column above and count all H and S Values and put total in the cell.
Can I use computed text for this or command language?  (Struggle with lotusscript!!!)

If I can get a method for this to work it would save me a lot of valuable time!!! :o)

On from the 'total off' row I would also like to add a '% of people at work',
EG, in above table column 1: -
% people at work = (Amount of people[5] - Total off[2])
                              ----------------------------------------   X 100
                                        Amount of people[5]
                                       
I require this fairly urgently so if anyone can help with the commands needed it would be appreciated!!!!

Do I have to name the table columns in order to do this???

Thankyou!!!
Graham
SOLUTION
Avatar of Sjef Bosman
Sjef Bosman
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gray180
gray180

ASKER

hmmm, seems a good approach due to the fact the table may change as you have stated.

I will look into this and see what I can come up with and let you know later this week.

Thanks for your help.
Avatar of gray180

ASKER

Sjef,
Ive been busy on other things during the last cpl of weeks.

Starting from scratch - how would I put the monthly details in a document - ie. would I have to create fields for each day of the month???  The details of the member of staff could change during the day.  I know what I want to do but struggling with lack of Lotus and Domino design knowledge :(

Thanks for the comments Marilyn and the examples - I am looking at them in designer so i may be able to use parts of it

Graham
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I used a Weekly Report: one form, 7 days, 20 activities, one value per day.
When the document was saved, all the individual values per activity per day were stored separately in response documents, so totals per project could easily be obtained.
I used to do that, too, until I ran into, "uh, our work week is Sunday through Saturday, wait, no, it's Monday through Sunday, wait, no, it's Saturday through Sunday...:)


Was especially fun as a consultant having to bill people by their variety of work weeks.. so mine does daily and then reports based on client work week profile. (not to be considered for points, just adding an observation here)
My solution was very flexible: Monday to Sunday, and that's all you get. Period.
Avatar of gray180

ASKER

Hi guys,
apologies for not sorting this out earlier.

I have been that busy at work and was pushed onto another project and as usual this one got abandoned for much more urgent work.

I like the idea of both possible solutions and in time I will use the methods outlined in the above answers.

Many thanks for your input and apologies for not replying sooner!!!!

Regards,
Graham