This look great. I have a questions though. I am trying to educate myself on VBA basics but have little time to do so. If i needed this to work only in cell A5 or in the range A5:A10
what would I need to do?
Thanks
I have columns that i use for checking off if a project is completed. I insert "x" in those cells and other formulas are activated. I am hoping for an easy way to simply have the "x" entered by just clicking the cell and a second click to erase the "x". I would like for this to have a...
Can you further explain the { }. That is what I was currently using but the calculations appear to move from one cell, with the formula, to the next rather slowly.
AVERAGEIF would no work as the quantities of the measurements I need averaged are listed in a separate column. Listing each measurement would add too much the the spreadsheet as well. What im looking for is a formula that will separate data in a particular range depending on the criteria, as...
I want to us the sumif as normal but I need the sum_range portion to have a formula incorporated with it.
Example: SUMIF(range,criteria,Average(sum_range)
or
SUMIF(range,criteria,SUM(C;C)*(F:F))
Is this possible in another function?