Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Im trying to create a function for a userform that averages a range on a sheet based on weather the values are not = "". EX: the formula in my cells on the sheet (time cells) is this: =IF(ISBLANK($B7),"",SUM(B7:E7)) Im not sure why, but even on my sheet I cannot get the right answer but anyways: On the userform, Im taking the average of cells F3:F53 I ve tried the Application.WorksheetFunction.Sumif (F3:F53,"<""""")/Application.WorksheetFunction.CountIf(F3:F53,"<"" """) But as most of you probably know, it did not work (overflow). I tried placing the range into a range variable set fr=range("Times!F3:F53") and using this instead of the range in the worksheetfunction formula. How can I place this into a textbox on my userform as the average of that range (assuming there will be values that have a "" value? Thank you so much Terry V |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with Application.WorksheetFunction | Excel Discussion (Misc queries) | |||
Application.WorksheetFunction.Correl | Excel Programming | |||
application.worksheetfunction.vlookup | Excel Programming | |||
Application.WorksheetFunction.MMult | Excel Programming | |||
Using Application.WorksheetFunction.Ln(...) in VBA | Excel Programming |