Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default need help with a formule

I am working with excel (one of the first time I use excel :D) but
have a problem.

I have this formula:
=SOM(Q8*Instellingen!B16*Instellingen!Q3)

But when you leave the field blank in Q8, you see in the field wher
this formula is a -

How do I change the formula to see nothing in that field???

(i hope you guys understand it a little bit

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default need help with a formule

Try something like

=IF(Q8="","",SUM(Q8*Insetllingen!B16*Instellingen! Q3))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com






"sebasjuh " wrote in
message ...
I am working with excel (one of the first time I use excel :D)

but I
have a problem.

I have this formula:
=SOM(Q8*Instellingen!B16*Instellingen!Q3)

But when you leave the field blank in Q8, you see in the field

where
this formula is a -

How do I change the formula to see nothing in that field???

(i hope you guys understand it a little bit)


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default need help with a formule

I tried this code
=IF(Q8="","",SUM(Q8*Instellingen!B16*Instellingen! Q3))

But I get a error and it says that the formula is not good.
:

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default need help with a formule

do you have a regional setting that uses the semi colon (;) as the list
separator rather than the comma. If so, it should be:

=IF(Q8="";"";SOM(Q8*Instellingen!B16*Instellingen! Q3))

or just

=IF(Q8="";"";Q8*Instellingen!B16*Instellingen!Q3)

--
Regards,
Tom Ogilvy


"sebasjuh " wrote in message
...
I tried this code:
=IF(Q8="","",SUM(Q8*Instellingen!B16*Instellingen! Q3))

But I get a error and it says that the formula is not good.
:(


---
Message posted from http://www.ExcelForum.com/



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
On the celd show a formule not its value, why?? adis Excel Discussion (Misc queries) 4 February 9th 07 09:41 PM
time formule arslan Excel Discussion (Misc queries) 0 April 15th 06 12:21 PM
formule Natiq Hason Excel Programming 1 May 15th 04 09:33 PM
Itratie formule Natiq Hason Excel Programming 1 May 14th 04 09:48 PM
HOW to show in A2 the formule used in A1 ? Thierry Fracheboud Excel Programming 1 October 13th 03 12:00 AM


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

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

About Us

"It's about Microsoft Excel"