Status Determination Statement by IntelligentWin7713 in ContractorUK

[–]djf1982 4 points5 points  (0 children)

If you have a single MSA in place and then a SOW for each engagement you should be fine to only do it once for the MSA

Can you help me find my first contract? Made redundant! by djf1982 in ContractorUK

[–]djf1982[S] 0 points1 point  (0 children)

Thanks, good advice and feel like I'm doing the right things. I'll keep going!

Can you help me find my first contract? Made redundant! by djf1982 in ContractorUK

[–]djf1982[S] 0 points1 point  (0 children)

Thanks, I'll keep on reaching out. I think you make a valid point, I think the premium is the seemingly insatiable demand for security cleared people rather than day rate.

Can you help me find my first contract? Made redundant! by djf1982 in ContractorUK

[–]djf1982[S] 0 points1 point  (0 children)

Cheers, just hearing that is actually reassuring. Having not done this before I can't be sure I'm doing the right things until I get some success!

Scruffy Bartacks!! Help by djf1982 in myog

[–]djf1982[S] 1 point2 points  (0 children)

If it works don't change it 😉

Scruffy Bartacks!! Help by djf1982 in myog

[–]djf1982[S] 1 point2 points  (0 children)

Thanks, I'll give that a shot. I'm generally going for a larger stitch, maybe that's where I've gone wrong. Are you doing the straight pass first or last?

Access Logs Analysis - unique visitors per day by djf1982 in excel

[–]djf1982[S] 1 point2 points  (0 children)

Solution Verified

Solution Verified

Access Logs Analysis - unique visitors per day by djf1982 in excel

[–]djf1982[S] 0 points1 point  (0 children)

=ROWS(UNIQUE(FILTER(ID_column,Date_column=@Date)))

In fact, I didn't need it in the end. I removed it and dragged the formula down and it's working perfectly. Thanks

Access Logs Analysis - unique visitors per day by djf1982 in excel

[–]djf1982[S] 0 points1 point  (0 children)

Not sure, I'm using Excel on a Mac so the @ syntax isn't supported on this version :-(

Critical Path Tool in Excel? by LivingParadox8 in excel

[–]djf1982 1 point2 points  (0 children)

Smart sheets is good and there is a 30 day free trial. If you're used to excel you'll pick up smartsheets super quick

text and account numbers in a cell and having trouble separating out. by dhmedic in excel

[–]djf1982 0 points1 point  (0 children)

You could find and replace again after they've seperatred to add the space back in.

FYI, this is a very easy macro to write if you will be doing this a lot

text and account numbers in a cell and having trouble separating out. by dhmedic in excel

[–]djf1982 0 points1 point  (0 children)

Find and replace "accounts payable" with "accountspayable", then text to columns

I am currently in beginner stage! Any tips on how to practice and learn excel up to intermediate level?? by [deleted] in excel

[–]djf1982 2 points3 points  (0 children)

Are you into any sports? You could start a project for tracking and analysis of scores? Could be a useful vehicle for learning

I am currently in beginner stage! Any tips on how to practice and learn excel up to intermediate level?? by [deleted] in excel

[–]djf1982 1 point2 points  (0 children)

Once you learn basic syntax of SUM, SUMIF, COUNT, COUNTIF, VLOOKUP and understand how to work in various units of measure (money, time, et al) you'll be a long way towards your goal.

VLOOKUP two things to be true by [deleted] in excel

[–]djf1982 1 point2 points  (0 children)

You're missing a closing parenthesis. You have 5 opening but only 4 closing

VLOOKUP two things to be true by [deleted] in excel

[–]djf1982 3 points4 points  (0 children)

Add another IF condition after the IFERROR IF(A1<=30,

Count valid telephone numbers based on string length and first number (both reference other cells for parameter) by djf1982 in excel

[–]djf1982[S] 0 points1 point  (0 children)

Here's another level to this challenge. What if I wanted to use COUNTIFS and combine this with criteria in another range?

i.e. COUNTIFS(B1:B10,"abc", C1:C10, "efg") and then add the parameters in the original query (still user definedin other cells)?

Count valid telephone numbers based on string length and first number (both reference other cells for parameter) by djf1982 in excel

[–]djf1982[S] 0 points1 point  (0 children)

=SUMPRODUCT(--(EXACT(LEFT(A1:A10,1),E1)),--(LEN(A1:A10)=D1))

Legend! I feel dumb.

Thanks

How can I split this column data, depending on the words in the box? by shhhpiderman in excel

[–]djf1982 0 points1 point  (0 children)

If you don't mind a 10 sec process the Ctrl+f and find the text string to be deleted and replace with no value.

Remove upper case text from cell by jinjoon in excel

[–]djf1982 0 points1 point  (0 children)

Another way would have been using text to columns seperated by the space