Hi,
I am struggling with the syntax for the following:
I have a set of about 100 rows that are cell references to a previous page. Some of them are blank (by blank, I mean they have been set to "" because they do not meet the necessary requirement), and some of them have values. I am looking for a way to have one summary cell at the bottom that will just kind of "skip over" the cell if it is blank and just add the value if it comes through.
The following formula works but is tedious and not really a reasonable option for 100 separate formulas. Plus - i was curious as to what some of you guys had in mind.
Assume the column of values/blanks goes from B2:B100. I can use the formula:
=IF(B2="","",B2&", ")&IF(B3="","",B3&", ")
As you can see - this is the first two of the 100 cells.
Any suggestions would be greatly appreciated.
Much thanks,
Dan
I am struggling with the syntax for the following:
I have a set of about 100 rows that are cell references to a previous page. Some of them are blank (by blank, I mean they have been set to "" because they do not meet the necessary requirement), and some of them have values. I am looking for a way to have one summary cell at the bottom that will just kind of "skip over" the cell if it is blank and just add the value if it comes through.
The following formula works but is tedious and not really a reasonable option for 100 separate formulas. Plus - i was curious as to what some of you guys had in mind.
Assume the column of values/blanks goes from B2:B100. I can use the formula:
=IF(B2="","",B2&", ")&IF(B3="","",B3&", ")
As you can see - this is the first two of the 100 cells.
Any suggestions would be greatly appreciated.
Much thanks,
Dan