#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default if Functions

I've been working on a computer project in Excel and i've had to use if
functions and I've had to add up rows that have if functions to a number and
i am unsure of how to do this..
ex( 1,415 is the total for a computer that is standard, they are given the
option of having an upgrade for 4 specific things an are given places to put
an "X" in and when they do they see the total. this additional total along
with the 1,415 dollars has to be added together. =IF(B18="x","$200"," " )..
and if they put an "x" in B18 they see its worth $200 but whenever i add all
of the options together including the original price it goes to just being 0.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default if Functions

You told it to give a result of a text string of "$200", and if you try to
add text strings you will indeed get zero. If you want a number, not a text
string, then leave out the quote marks.
--
David Biddulph

"JulieAnn" wrote in message
...
I've been working on a computer project in Excel and i've had to use if
functions and I've had to add up rows that have if functions to a number
and
i am unsure of how to do this..
ex( 1,415 is the total for a computer that is standard, they are given the
option of having an upgrade for 4 specific things an are given places to
put
an "X" in and when they do they see the total. this additional total along
with the 1,415 dollars has to be added together. =IF(B18="x","$200","
" )..
and if they put an "x" in B18 they see its worth $200 but whenever i add
all
of the options together including the original price it goes to just being
0.



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
Multiple functions, conditional functions HeatherBelle Excel Worksheet Functions 7 October 17th 08 03:57 PM
How to convert cell formula functions to code functions Adnan Excel Discussion (Misc queries) 1 October 1st 08 08:30 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


All times are GMT +1. The time now is 07:53 AM.

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"