How to use if statement to merge cells depending on selected value
I am a photographer and I want to create a weekly time sheet for my photo shoot bookings. Some sessions are 1 hour long, some are 2 hours, 4 hours... etc. So I created a table and a dropdown list...
View ArticleHow to have a cell calculate only once
I have cell N29 calculating some values based on streaming data. Once a condition is met in cell Q29, the calculation or final value should be passed to cell O29 and no longer calculate in either...
View ArticleExcel: How to increase a cell reference's row index in a formula?
In my sheet I have a few cells containing different cell references with the same row index.Now I want to reference these few cells but add a fixed row offset to it:So the desired result to have in...
View ArticleVBA code to copy data from different works book to specific sheet of master...
I have to copy data from 15+ workbooks and combine it into a different master workbook. All these 15+ workbooks are identical and contains a sheet(tab) named 'Comment' and have same header names for...
View ArticleHow to combine line items without losing unique fields in excel?
I am currently working with a spreadsheet that has a unique student id as the first heading. Each student has one or more emergency contacts. Each emergency contact has their own set of phone numbers....
View ArticleLookup value between two dates in excel
I need to find the first value in COLUMN C that has the text yy in COLUMN B. But is also between the start and end date B1 and B2.I've tried a variety of options based on similar questions but cannot...
View ArticleCOUNTIF using two conditions while ignoring duplicates
I am attempting to create a chart showing the number of BEV/HEV/ICE vehicles bought each year.I know the formula must have two conditions, but I can't figure out how to get it to ignore duplicates or...
View ArticleHow do I drag my Excel formula horizontally across and vertically down, with...
How do I drag my Excel formula horizontally across and vertically down, with dynamic reference (every third cell)?Forexample,The data is available as follows (in Row 1, in multiple Columns...
View ArticleHow can I pull specific rows in Excel into a new spreadsheet
I have several spreadsheets containing data I need to analyse. I have a randomized list of numbers that dictate which rows in each spreadsheet I need to code for my data sample. Is there a formula I...
View ArticleConditionally format cells based on match in another sheet
I have an Excel spreadsheet with 2 worksheets. The first is just a header row and a single column of item names. The second is a list of item groups, with a header row and a title in the left most...
View ArticleFormula for calculating cumulative cost with a fixed rate [migrated]
I'm trying to figure out a formula I can use in Google Sheets for calculating the cumulative cost of a vendor where my monthly bill increases by the same amount each month and costs grow over time (ie...
View ArticleMacro to Automatically Update Dates in Spreadsheet Formulas and Conditional...
I have an Excel 365 spreadsheet that gets re-created each year. It contains a lot of formulas containing dates (full year or date ranges for calendar quarters) and conditional formatting (with formulas...
View ArticleCorrecting my Formula
I need the Formula in Cell G11 to read from Cell G8 instead of Cell G9=SUMPRODUCT(($B$6:$B$371 > G9 - IF(MOD(DAY(G9), 7) = 0, 7, MOD(DAY(G9), 7))) * ($B$6:$B$371 <= G9) * ($D$6:$D$371))Any...
View ArticleSpreadsheets Formula Check In/CheckOut Autopopulate Data
I am working on a spreadsheet (I am doing it in Numbers since it will easily let me work on the file on my mac, iPhone, iPad and online at icloud.com)... but this is essentially also an excel question...
View ArticleNeed Formula of transaction
Cell A7 will need to charge $250, after Cell C3 hit $16,000. So any deals before the Cell C3 reaches $16,000 the Cell A7 will not charge the $250.
View ArticleA diminishing value math formula
Consider the following example:One (1) farm has the production value of 1. But for each 10 farms, the production is reduced by half. So what is the production value for 30 farms?Calculating manually is...
View ArticleMacro to automatically update dates in Excel spreadsheet formulas and...
I have an Excel 365 spreadsheet that gets re-created each year. It contains a lot of formulas containing dates (full year or date ranges for calendar quarters) and conditional formatting (with formulas...
View ArticleHow do I use an array as a condition in a SUMIFS formula?
Here's my formula:=SUMIFS('February 16 Data Table'!$AD:$AD,'February 16 Data Table'!$AI:$AI,"N",'February 16 Data Table'!$AJ:$AJ,"N",'February 16 Data Table'!$AK:$AK,"N",'February 16 Data...
View ArticleFormatting display of cell references in formulas (when using F2)
In Excel, how to control formatting of the display of cell references in formulas (when using F2) – particularly the font size? In some cases, text referencing a cell within a formula takes on a small...
View ArticleHow to Spill Range to grow with Master Spill Range with Excel?
I am trying to setup a series of dynamic arrays. Unfortunately for one of the stages, I need a spill range to create another spill range, and adjust its spacing accordingly.Please note, Range B3:B96 is...
View Article