Sunday, October 7, 2012

yogi_Compute Cumulative Scores In Range B2:2 Based On Scores In Range B1:1

Yogi Anand, D.Eng, P.E.      Google Spreadsheet   Post  #794  Oct 07, 2012    www.energyefficientbuild.com.

user jocks24 said: (http://productforums.google.com/forum/#!category-topic/docs/spreadsheets/Q-Rvpbo4ePE)
accumulative scores

In a spreadsheet, how do i split a cell in half, ie, / but half the cell with a number in the top half, and an accumulative number in the bottom half.  Like cell 1 is 3, cell 2 on the same row is 2/5 which is a score plus the previous score added in bottom half, cell 3 is 1/6, cell 4 is 2/8, cell 5 is 1/9, cell 6 is 3/12.. Does this make sense to anyone?  I am on a laptop with Windows 7 and using Google drive spreadsheet. Thanks for any help.
Thick silversurfer, lol
--------------------------------------------------------------------------------------------
 following is a single cell arrayformula solution to the problem

Friday, October 5, 2012

yogi_Set Up A Table To Automatically Increment Each Successive Same Book ID By .001

Yogi Anand, D.Eng, P.E.      Google Spreadsheet   Post  #793  Oct 06, 2012    www.energyefficientbuild.com.
 

yogi_Create A Computed Column In Form Responses Sheet To Conditionally Constitute an Email Address

Yogi Anand, D.Eng, P.E.      Google Spreadsheet   Post  #792  Oct 05, 2012    www.energyefficientbuild.com.

user UCSCMatt said: (https://docs.google.com/spreadsheet/ccc?key=0AkHBcyclu11AdDJCdkM0eVZGNDV1aDVQeEhOMnE3cFE#gid=3)
Formulas and Conditional Formatting with Google Form Spreadsheets  

For example, I have a form that fills out columns A-W with data.  I want to create another column (Column X) that will display data based on what the form data says.  So that if a form user enters that their division is "Arts" for question 5 on the form, "Arts" get put into column F on the spreadsheet in the row representing that user's form response. I want my additional column (column X) to display a certain email address based on what Column F says.  I have a formula to do this that works in Microsoft Excel, but the google form spreadsheet seems to ignore it.

----------------------------------------------------------------------------------------------
following is a solution to the problem

yogi_Compute Frequency Of Data In Sheet1 Q6 to Q65 For Classes in Range B2 to B6

Yogi Anand, D.Eng, P.E.      Google Spreadsheet   Post  #791  Oct 05, 2012    www.energyefficientbuild.com.

user IrishSaints said: (http://productforums.google.com/forum/?zx=5oxmlt3amxrw#!mydiscussions/docs/rsAL3qsPBt0)
Attempting to use the Frequency function between two sheets?
Hello everyone,
I am using Google Spreadsheets on a PC in Windows 7.
I am attempting to get the FREQUENCY function to work properly between two separate sheets within the same spreadsheet file. On my second sheet I have labels for grades in cells A2-A7 (F, D, C, B, A, A+), a corresponding range for the scores to the grades in cells B2-B7 (49, 59, 69, 79, 89, blank), and in the C column I am trying to develop a formula which brings in a range of scores from cells Q6-Q65 (first Sheet) and calculate the frequency of how many scores fit into the ranges from B2-B7 (sheet2). 
I cant seem to figure out the formula to accomplish this. Anyone I have asked before posting this has told me I can accomplish this by using the FREQUENCY function but has not said how.
Any Help would be greatly appreciated. Thank you in advance.

--------------------------------------------------------------------------------------
following is a solution to the problem:

Monday, October 1, 2012

yogi_Concatenate Streetnum Streetname Street unit And District Columns Into Index Column Row By Row

Yogi Anand, D.Eng, P.E.      Google Spreadsheet   Post  #790  Oct 02, 2012    www.energyefficientbuild.com.

user Ryo-angii said: (http://productforums.google.com/forum/#!category-topic/docs/spreadsheets/NyOrpEpu5C0)
How can I concatenate four values to create an index column?
A spreadsheet has multiple columns, Index, StreetNumber, StreetName, UnitNumber, District etc  I would like to set the value for Index as Streetnum:Streetname:Street unit: District. (any separator will do) as each row is filled in from the form. 
 I seem to be  able to only concatenate the first two values using the CONCAT function.
Using MacBook Air
---------------------------------------------------------------------------------
following is a solution to the problem

yogi_Compute Progressively Increasing (Cumulative) Number Of Numeric Entries In A Column

Yogi Anand, D.Eng, P.E.      Google Spreadsheet   Post  #789  Oct 01, 2012    www.energyefficientbuild.com.

user TravisAP said: (https://productforums.google.com/forum/#!category-topic/docs/spreadsheets/-QAhpCtieJM)
Concatenate Text As Argument?
I want the count range to dynamically expand.
=count("B7:B" & rows(B:B))
That returns 0.
How can text be concatenated as an argument?

----

user Kishan_ said

....I am curious to know, is there a solution that I have posted my previous post??, i.e. can we count in each row in iteration??
If yes then what would be the formula in Cell C7 to get the Expected results??

Thanks,
Kishan
--------------------------------------------------------------------------------------------

following is a solution to the problem