Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
this formulas works fine, however how do is substitute a a cell for the
actual date, i.e. the date I want to refer to is b1. I have tried using the cell reference but it does not work |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(H3:H16,"="&B1)
-- Regards, Dave "Barry" wrote: this formulas works fine, however how do is substitute a a cell for the actual date, i.e. the date I want to refer to is b1. I have tried using the cell reference but it does not work |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the concatenation operator:
=countif(h3:h16 "=" & b1) "Barry" wrote: this formulas works fine, however how do is substitute a a cell for the actual date, i.e. the date I want to refer to is b1. I have tried using the cell reference but it does not work |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks very much, greatly appreciated.
"Barry" wrote: this formulas works fine, however how do is substitute a a cell for the actual date, i.e. the date I want to refer to is b1. I have tried using the cell reference but it does not work |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks also to you very helping me out
"Barry" wrote: this formulas works fine, however how do is substitute a a cell for the actual date, i.e. the date I want to refer to is b1. I have tried using the cell reference but it does not work |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Transfer Cell Formatting for linked cells | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |