Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Redleg40
 
Posts: n/a
Default How do I change FALSE values to 0?

How do change values of TRUE or FALSE to 0?
  #2   Report Post  
Jambruins
 
Posts: n/a
Default

what is the formula you are using?


"Redleg40" wrote:

How do change values of TRUE or FALSE to 0?

  #3   Report Post  
Redleg40
 
Posts: n/a
Default

=IF(AD7<0,AD7*-1)
&
=IF(AD13=0,AD13)

"Jambruins" wrote:

what is the formula you are using?


"Redleg40" wrote:

How do change values of TRUE or FALSE to 0?

  #4   Report Post  
MrShorty
 
Posts: n/a
Default


Put a 0 in for the value_if_false argument. Standard IF syntax:
=IF(condition,value_if_true,value_if_false), so for your first formula:
=IF(AD7<0,AD7*-1,0)


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=392143

  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

=IF(AD7<0,AD7*-1,0)
&
=IF(AD13=0,AD13,0)

I'm not sure I understand about changing True to 0, though.

Redleg40 wrote:

=IF(AD7<0,AD7*-1)
&
=IF(AD13=0,AD13)

"Jambruins" wrote:

what is the formula you are using?


"Redleg40" wrote:

How do change values of TRUE or FALSE to 0?


--

Dave Peterson
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
Create new series (on the same chart) for every change of values in a combobox uriel78 Charts and Charting in Excel 5 April 15th 05 12:08 AM
How do I change x axis values in a line chart? Elizabeth Charts and Charting in Excel 1 March 29th 05 11:05 AM
link data to new workbook WYN Excel Discussion (Misc queries) 3 February 28th 05 06:19 AM
Paste Special in a macro CMAC Excel Worksheet Functions 2 December 6th 04 10:19 PM
Change datalabel font size for all chartobjects in a row Marie J-son Charts and Charting in Excel 2 December 5th 04 07:02 PM


All times are GMT +1. The time now is 12:43 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"