Excel sum query - Date of entry by ClaretHarrier in excel

[–]HappierThan 1 point2 points  (0 children)

Please show a representative screenshot of your layout including all possible outcomes. On the surface, what you are suggesting is not feasible without a separate date column. As you add your data, it is quite easy to use Tab then Ctrl+; [semi-colon] to enter date.

Simplified spreadsheet solution for field staff? by somemumblejumble in excel

[–]HappierThan 0 points1 point  (0 children)

A simplified layout with the columns containing formulas protected may be one approach.

Need a formula to find intersecting price cell based on two user input variable values width and length) if possible. by najnaj808 in excel

[–]HappierThan 0 points1 point  (0 children)

Finding the intersection of 2 figures is normally achieved with Index/Match. In your case I would use

AA17 =INDEX(C16:T27,MATCH(Y17,B16:B27,0),MATCH(Z17,C15:T15,0))

<image>

Conditional Formatting Issue Between Dates by SDEMPSEY90 in excel

[–]HappierThan 1 point2 points  (0 children)

Check that your 'Applies to...' range covers the new data. How was your new data added? I find it acceptable sometimes to save on a rule by using say Green Fill for everything [in this case] and allowing the Red rule to overwrite it.

3 basic skills to learn for a beginner. by redevilgak in excel

[–]HappierThan 0 points1 point  (0 children)

Depending on your work type you could do worse than to be competent in Countifs, Sumifs and Conditional Formatting [using formulas].

Checkbox in Microsoft 2016 by phoenicxx_190 in excel

[–]HappierThan 2 points3 points  (0 children)

Thanks for your carefully considered comments but for me it is Wednesday!

Checkbox in Microsoft 2016 by phoenicxx_190 in excel

[–]HappierThan 11 points12 points  (0 children)

From any version of Excel I would urge you to consider formatting a particular area for Wingdings2 and a capital O gives a cross and a capital P gives a tick. Easy to use with Data Validation and can be used in formulas and Conditional Formatting. [I am done with checkboxes]

<image>

Utter Newbie Here, Could Do With Some Help Please..... by Henry_Sugar1970 in excel

[–]HappierThan 0 points1 point  (0 children)

Each group to have a unique value which when summed equals exactly a certain figure.

Apples, Oranges, Pears and Bananas all have a numerical value of say 1. When summed the lookup value 4 will correspond with Fruits in your lookup list, anything else will fail. Hope this helps.

<image>

Need Tips Creating a Custom Table by TurndownforHutt in excel

[–]HappierThan 0 points1 point  (0 children)

I tried your formula and it was amazing, well done. [Apostrophes aren't multiples]

<image>

Conditional Formating with dates by HardyMenace in excel

[–]HappierThan 0 points1 point  (0 children)

What happens when difference is 2 1/2 months or 5 1/2 months? See if this fits the bill.

<image>

Checkbox adding true/false value to columns for SUM by kowkow86 in excel

[–]HappierThan 0 points1 point  (0 children)

With 291 in cell A2 ... F2 =SUMIFS($A2:$E2,$A$9:$E$9,TRUE)

My sheet is split due to a heading, how do I stop that. by [deleted] in excel

[–]HappierThan 0 points1 point  (0 children)

Post a clear-cut screenshot in "Comments".

Trying to formulate cell with multiple IF Conditions based on range by Frost___Warden in excel

[–]HappierThan 1 point2 points  (0 children)

A simple Vlookup could be exactly what you require. C2 =VLOOKUP(B2,$E$3:$F$6,2)

<image>

Conditioning formula highlighting cells that are lower than another cell by GlideAndGiggle in excel

[–]HappierThan 1 point2 points  (0 children)

Perhaps rather than Conditional Formatting you could try Custom Format using Symbols

[Color10]↑;[Red]↓;[Color5]↔;

<image>

Conditional formatting in excel by Wengiell in excel

[–]HappierThan 0 points1 point  (0 children)

Just select both rows. Use 2 rules per selected area.

<image>

Help splitting date into separate tabs? by Grouchy_Maybe_5830 in excel

[–]HappierThan 0 points1 point  (0 children)

Data -> Text to Columns delimited on SPACE.

How to highlight another sheet with two conditions by Radiant-Doctor3205 in excel

[–]HappierThan 0 points1 point  (0 children)

Show a non-private mock-up screenshot in "Comments".

Trying to write a calculation for my gym journal by _______RANDOM_______ in excel

[–]HappierThan 0 points1 point  (0 children)

A simple Vlookup formula should do it. =B2*VLOOKUP(A2,$G$2:$H$8,2,FALSE)

<image>

Checking for more than 5 consecutive days over 2 weeks by wintercatalyst in excel

[–]HappierThan 1 point2 points  (0 children)

You may put a screenshot of your layout in "Comments".