W
Wee Willie Winkie
I have an Excel 2007 spreadsheet named "Weight" that has dates in Column A, weight in Column C,
Blood Pressure in Column D, etc.
The workbook contains another spreadsheet named "Stats" that has 2 combobox's for "StartDate" and
EndDate". These combobox's are populated from a named range ("WeightDates") that returns the dates
from the "Weight" spreadsheet.
I want the user to select a StartDate and EndDate, from the combobox's, that can be used to return a
range of weight values that I can then use to calculate average weight and other stats.
The combobox's return a text value that I can't use for looking up date values.
Question: How can I use these combobox's to return a range that can be used in spreadsheet
functions? E.g. =AVERAGE(here:there)
Thanks
Don
Blood Pressure in Column D, etc.
The workbook contains another spreadsheet named "Stats" that has 2 combobox's for "StartDate" and
EndDate". These combobox's are populated from a named range ("WeightDates") that returns the dates
from the "Weight" spreadsheet.
I want the user to select a StartDate and EndDate, from the combobox's, that can be used to return a
range of weight values that I can then use to calculate average weight and other stats.
The combobox's return a text value that I can't use for looking up date values.
Question: How can I use these combobox's to return a range that can be used in spreadsheet
functions? E.g. =AVERAGE(here:there)
Thanks
Don