Tuesday, December 29, 2015

yogi_From Data In Column F Pull The First Word And Then The Word Between Second and Third '-' Characcters

Google Spreadsheet   Post  #2000
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-29-2015
post by  Gregory Han:
https://productforums.google.com/forum/#!topic/docs/pyL3jHPpLtM;context-place=forum/docs
Concatenate and filter
Hi, I imported a csv into sheet 1 and wanted to efficiently sum up the values for specific names. I had first taken column A and column B and concatenated them into column r using: 

from there in column S i want to filter using select words from column r such as:

livingston united states fitdaily oz rejuvolyte
livingston united states fitdaily oprah rejuvolyte
livingston united states fitfaily oz rejuvanage

into:

livingston rejuvolyte
livingston rejuvanage


what formula can i use in column S
any help would be welcome, thanks!

to be more specific i have included the sheet:
-------------------------------------------------------------------------------------------------------------------------



yogi_Conditionally Format Entries In Column A That Have Been Used More Than Twice In Phrases In Column D

Google Spreadsheet   Post  #1999
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-29-2015
post by  Joel Mitt:
https://productforums.google.com/forum/#!topic/docs/YpsQ09DX4F4;context-place=forum/docs

Highlight a cell if it contains a word from another cell

 Formula should highlight in column "A" the cell with the word I used already in any cell in column D.

Note that column have multiple words in each cell.

Can I explain it better? Who knows? :) If yes, let me know,

Thanks and Best
Joel Mitt
----------------------------------------------------------------------------------------------------------------------------

Monday, December 28, 2015

yogi_Compute Row By Row Running Balance Given Columns Of Debits And Credits In A3:B3 With Starting balance In Cell A2

Google Spreadsheet   Post  #1998
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-28-2015
post by  Tippy P:
https://productforums.google.com/forum/#!topic/docs/_ruk1Caxyt0;context-place=forum/docs

Add Formula to Query()

I have a dataset that looks like this:
debitcredit
34.45
32
12.04
33.07
13.65
0.92
19.6
0.92
23.35
7.32
16.68
25.19
9.47
264
13.59
380.29
13.25
14.85
26.48
14.16
1466.36
35.46

I would like to add a running balance column in a Query() function (OR other solution)
debitcreditbalance
34.4534.45
322.45
12.04-9.59
33.07-42.66
13.65-56.31
0.92-57.23
19.6-76.83
0.92-77.75
23.35-101.1
7.32-108.42
16.68-125.1
25.19-150.29
9.47-159.76
264-423.76
13.59-437.35
380.29-57.06
13.25-70.31
14.85-85.16
26.48-111.64
14.16-125.8
1466.361340.56
35.461305.1

The current Query() function looks like this:
=query(A2:B24,"select A, B", -1)

How do I add the running balance column?
=query(A2:B24,"select A, B, C1-A2+B2", -1)

AND/OR include a Function in the Query() Function results?
=query(A2:B24,"select A, B 'SUM(C1,-A2,B2)'", -1)

Is any of this possible within the Query() Function AND/OR other solution?

Thanks,
 -----------------------------------------------------------------------------------------

Sunday, December 27, 2015

yogi_Pull First Non-Blank Cell From Rows Of Table B2:F And Table B2:F Of Sheet2

Google Spreadsheet   Post  #1997
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-27-2015
post by  Infomation:
https://productforums.google.com/forum/#!topic/docs/mJCxkq2aZhc;context-place=forum/docs
First Non-Blank Cell in Row
Hi Google Community,

I am looking for some assistance with a formula that would return the value of the first non-blank cell within a row for each row in a sheet, hopefully the solution is or can be an array formula so that results will be returned as new rows of data are added. Rows that do not contain any data would remain empty.

I have created a sample sheet with some data, hopefully it will help.

Regards, Michael.
--------------------------------------------------------------------------------------------------------------------------------



Saturday, December 26, 2015

yogi_Find Row By Row Product Of Set Of Numeric Entries (and the sum of all products) In Range A2:A

Google Spreadsheet   Post  #1996
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-26-2015
post by  Jens Ole:
https://productforums.google.com/forum/#!topic/docs/ZyHdFKb4hTI;context-place=forum/docs
Doing calculations without the equals sign
I want the sum of the items, but so far the only way i've found to do that is to write =3*56, =60*23, =12*6 in the cells and then doing a =sum() function.

That works, but the fact that i have to enter the = every time disrupts my workflow a lot.

Is there a workaround?, a way to format the cells so they automatically do their calculations?

Thanks in advance

Jens-Ole
-----------------------------------------------------------------------------------------------------------------------------------

Saturday, December 19, 2015

yogi_Conditionally Format Cells Of Column A If Cells In Corresponding Rows Of Columns B Through M Are Blank

Google Spreadsheet   Post  #1995
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-19-2015
post by  Rushmore Bhaji:
https://productforums.google.com/forum/?utm_medium=email&utm_source=ba_notification&hl=en#!category-topic/docs/spreadsheets/G9vyGBjS3v4
Conditional Format a single cell if others in same row are blank
I would like to apply conditional formatting to column A. 

I would like the text to change colour in any cell in column A where cells B to M are empty within the same row.

The cells I am checking for emptiness will only ever contain a number or an 'x'.

I tried to use the function ISBLANK but cannot get this to work over a range, only on a single cell.

Is this possible?

TIA
----------------------------------------------------------------------------------------------------------------------------------


yogi_SetUp TimeSheet For Range of Dates And Employees From data In ClockInOut Sheet

Google Spreadsheet   Post  #1994
Yogi Anand, D.Eng, P.E.      ANAND Enterprises LLC -- Rochester Hills MI     www.energyefficientbuild.com.   Dec-19-2015
post by  Johanna Celsia:
https://productforums.google.com/forum/?utm_medium=email&utm_source=ba_notification&hl=en#!category-topic/docs/spreadsheets/OH8-4GHAjdU
Trouble with processing data from time clock in/clock out Form responses
i'm having trouble with creating a custom timesheet to calculate all employee worked hours based on a criteria of a date range (ie. pay period). i've tried to search and read threads regarding calculating hours from the whole list of timestamps, but i'd like to try to create a sheet that that grabs the employee names and clock in/out timestamps, calculates the hours worked, and display it as 'time sheet' so that hours worked sums are easier to obtain. here's what i have so far. it's not much, but i've been playing around with functions and formulas all day and i can't seem to get it to work at all. any help would be awesome.

------------------------------------------------------------------------------------