Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
A simple question. 1. I want to check if any cell in A1:A5 shows TRUE. What is a formula that returns TRUE for that and FALSE if every cell in the range is FALSE? 2. I derive the starting and ending cells for the range in text (.e.g, "A1" and "A5" via ADDRESS function). How can I convert it to a range with a function? Using INDIRECT and concatenate them with ":" in it as parameter? Thanks in advance. --- Tetsuya |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A5,TRUE)0
=SUM(INDIRECT(ADDRESS(1,1)&":"&ADDRESS(5,1))) -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Tetsuya Oguma" wrote in message ... Hi all, A simple question. 1. I want to check if any cell in A1:A5 shows TRUE. What is a formula that returns TRUE for that and FALSE if every cell in the range is FALSE? 2. I derive the starting and ending cells for the range in text (.e.g, "A1" and "A5" via ADDRESS function). How can I convert it to a range with a function? Using INDIRECT and concatenate them with ":" in it as parameter? Thanks in advance. --- Tetsuya |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Material Condition formula | Excel Discussion (Misc queries) | |||
Macros and Toolbars | Excel Discussion (Misc queries) | |||
check occurrence of items in a range | Excel Worksheet Functions | |||
check occurrence of items in a range | Excel Discussion (Misc queries) | |||
How can I check if data in external data range is changed after re | Excel Discussion (Misc queries) |