Why can i not seem to get the hang of it :) the condition checks itself as True before comparing with data.
=SUMPRODUCT((B7:B10)*((CELL("format",C7:C10)="C2")*1)) this gives me the sum of all data not the ones where the currency format = "C2" (us dollars)
What is the fix to my formula...
Hi All,
Luke M gave me a better and working formula to count quotes used in a range
=SUMPRODUCT((ISNUMBER(FIND("""",A1:A4)))*ROW(A1:A4))
Is there anyway to make this look for all special characters below Char(32) without VBA?
Basically looking to see and report if the data that a client...
I love sumproduct but have a hard time in implementation.
For instance, am trying to find the row and column for any set of data that contains a special character like a single quote or double quote other invalid characters.
If i put text in a1:a4 with a4 having a single quote in the text...
Hi all,
I have a cell that has data validation set to be = a list of values like this:
"01008, English as a Second Language"
When a user picks a value, i want the Cell to only display 01008 with formats. I want to do this because the file will be saved as Tab Delimited which should only...
Hi All,
I have a dynamic chart range for 2 series. The chart range 1 has data that goes back 3 years. Chart range 2 only has data for the last year. I allow users to pick how far back they want to see the chart 1 month to 36 months. So if they choose more than a years worth of data i have...
Hi All,
I have a chart that is based off of a table. In the table i have formulas that reference the row above to determine the starting position for this series. However, I would like the Users to have the ability to insert a row so that they can insert a series anywhere they want. I was...
Hi All,
All i have read is that you cannot combine a Column and a Stacked Column on the same Excel Chart. However, I have found an example of a chart that allows this and can't figure out how they do this.
At this link, if you select the "Ist" series and look at the chart type it is a...