ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Leave Blank if No Value (https://www.excelbanter.com/excel-discussion-misc-queries/254658-leave-blank-if-no-value.html)

Linexe

Leave Blank if No Value
 

Hi

I am trying to use the below formual

=IF(B17="","",B6:B17)

But it is only giving me the value in B17 rather that the total from
B6 to B17.

Can anyone tell me where I am going wrong

many thanks


Yanick

Leave Blank if No Value
 
On Jan 28, 5:40*am, Linexe wrote:
Hi

I am trying to use the below formual

=IF(B17="","",B6:B17)

But it is only giving me the value in B17 rather that the total from
B6 to B17.

Can anyone tell me where I am going wrong

many thanks


try =IF(isblank(B17),"",sum(B6:B17))

Satyendra_Haldaur[_2_]

Leave Blank if No Value
 
Use
=IF(B17="","",sum(B6:B17))

"Linexe" wrote:


Hi

I am trying to use the below formual

=IF(B17="","",B6:B17)

But it is only giving me the value in B17 rather that the total from
B6 to B17.

Can anyone tell me where I am going wrong

many thanks

.


Mike H

Leave Blank if No Value
 
Hi

Try this

=IF(B17="","",SUM(B6:B17))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Linexe" wrote:


Hi

I am trying to use the below formual

=IF(B17="","",B6:B17)

But it is only giving me the value in B17 rather that the total from
B6 to B17.

Can anyone tell me where I am going wrong

many thanks

.


Linexe

Leave Blank if No Value
 
Many thanks everyone for your help...




All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com