I've started been a roster rep a work and I started a spreadsheet so I need a formula for when ever I type in RDO in a cell it will equal 7 hours and addup towards my end of week total hours
I've started been a roster rep a work and I started a spreadsheet so I need a formula for when ever I type in RDO in a cell it will equal 7 hours and addup towards my end of week total hours
Last edited by edlorowa; 10-31-2014 at 01:52 AM.
Hi, Welcome to the forum![]()
Where a1 = where you type RDO
A2= Result my end of week total hours
A3=Formula:
Please Login or Register to view this content.
☚ Click ★ just below left if it helps, Boo?ath?![]()
You could use a COUNTIF() formula to count the instances of "RDO" in a range of cells of your choosing. Then you multiply that by 7.
For example:
=COUNTIF(A4:A20, "RDO") * 7
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Thanks for the Tips Guys
Last edited by edlorowa; 10-31-2014 at 04:05 AM.
Hi, there is no attachment, besides you can upload a small sample of a workbook instead of a PIC,![]()
new to the whole forum thing can you give us an idea how to upload a small workbook sample
Attach a sample workbook. Click on GO ADVANCED and use the paperclip icon to open the upload window.
View Pic
here we go excel Problems.xlsx
=COUNTIFS(C$2:AD$2,"<>o/t",C$2:AD$2,"<>trav",C$2:AD$2,"<>s",C4:AD4,"RWO")*7
Try this in "AE4"
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Cheers mate worked a treat can I add a sum formula to the one you just gave us excel Problems.xlsx I tried that and failed
What you are trying to do in Column AE
Column AE will have the Total Hours that a certain person have done for the week
I've added a example of the workbook on what i'd like to do excel Problems.xlsx
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks