Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
RaY RaY is offline
external usenet poster
 
Posts: 164
Default What's wrong with this formula?

=IF(B270,+B27:B32-B28,"")
Working with numbers only. If false I want the cell to be blank.
I'm getting ####
Doesn't help to widen cell
format of cell is general
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default What's wrong with this formula?

hi
try
=(B270,sum(B27:B32)-B28,"")

regards
FSt1

"Ray" wrote:

=IF(B270,+B27:B32-B28,"")
Working with numbers only. If false I want the cell to be blank.
I'm getting ####
Doesn't help to widen cell
format of cell is general
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default What's wrong with this formula?

Are you trying to add the numbers B27 to B32, omitting B28 ?

If so, try this:

=IF(B270,SUM(B27:B32)-B28,"")

Hope this helps.

Pete

On Feb 16, 4:25*pm, Ray wrote:
=IF(B270,+B27:B32-B28,"")
Working with numbers only. If false I want the cell to be blank.
I'm getting ####
Doesn't help to widen cell
format of cell is general
Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
RaY RaY is offline
external usenet poster
 
Posts: 164
Default What's wrong with this formula?

That worked!!
Thank you very much!!

"Pete_UK" wrote:

Are you trying to add the numbers B27 to B32, omitting B28 ?

If so, try this:

=IF(B270,SUM(B27:B32)-B28,"")

Hope this helps.

Pete

On Feb 16, 4:25 pm, Ray wrote:
=IF(B270,+B27:B32-B28,"")
Working with numbers only. If false I want the cell to be blank.
I'm getting ####
Doesn't help to widen cell
format of cell is general
Thanks


.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default What's wrong with this formula?

You're welcome, Ray, but please don't multi-post.

Pete

On Feb 16, 8:24*pm, Ray wrote:
That worked!!
Thank you very much!!



"Pete_UK" wrote:
Are you trying to add the numbers B27 to B32, omitting B28 ?


If so, try this:


=IF(B270,SUM(B27:B32)-B28,"")


Hope this helps.


Pete


On Feb 16, 4:25 pm, Ray wrote:
=IF(B270,+B27:B32-B28,"")
Working with numbers only. If false I want the cell to be blank.
I'm getting ####
Doesn't help to widen cell
format of cell is general
Thanks


.- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default What's wrong with this formula?

It would help if you told us what you want to accomplish.

You cannot use the range B27:B32 that way. Do you perhaps want:
=if(b270,b27-b28,"")
or,
=if(b270,b27-b32-b28,"")
?

Regards,
Fred

"Ray" wrote in message
...
=IF(B270,+B27:B32-B28,"")
Working with numbers only. If false I want the cell to be blank.
I'm getting ####
Doesn't help to widen cell
format of cell is general
Thanks


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula returning "A value used in the formula is of the wrong dat Mac0001UK Excel Worksheet Functions 2 June 2nd 09 04:06 AM
What is wrong with this formula? Gary[_2_] Excel Worksheet Functions 3 October 29th 07 02:29 PM
Insert Calculated Field (wrong Qty*Price = wrong Amount) Edmund Excel Discussion (Misc queries) 8 October 4th 07 12:13 PM
What is wrong with formula? TMF in MN Excel Worksheet Functions 3 August 29th 06 04:38 PM
What's wrong with this formula? asb3stos Excel Discussion (Misc queries) 5 June 19th 06 07:27 PM


All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"