Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MEB
 
Posts: n/a
Default I want to set up a conditional formula

I would like to set up a conditional formula but am not sure how to do it. If
A1-B1 0, then put the answer in cell D10, but if A1-B1 is = 0 or < 0 then
put the answer in cell D12.
Any help would be appreciated.
MEB
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rowan Drummond
 
Posts: n/a
Default I want to set up a conditional formula

A formula can only return a value to one cell. So in D10 enter
=IF(A1-B10,A1-B1,"")
and in D12 enter
=IF(A1-B1<=0,A1-B1,"")

Hope this helps
Rowan

"MEB" wrote:

I would like to set up a conditional formula but am not sure how to do it. If
A1-B1 0, then put the answer in cell D10, but if A1-B1 is = 0 or < 0 then
put the answer in cell D12.
Any help would be appreciated.
MEB

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MEB
 
Posts: n/a
Default I want to set up a conditional formula

It worked Thank you.MEB

"Rowan Drummond" wrote:

A formula can only return a value to one cell. So in D10 enter
=IF(A1-B10,A1-B1,"")
and in D12 enter
=IF(A1-B1<=0,A1-B1,"")

Hope this helps
Rowan

"MEB" wrote:

I would like to set up a conditional formula but am not sure how to do it. If
A1-B1 0, then put the answer in cell D10, but if A1-B1 is = 0 or < 0 then
put the answer in cell D12.
Any help would be appreciated.
MEB

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rowan Drummond
 
Posts: n/a
Default I want to set up a conditional formula

You're welcome.

"MEB" wrote:

It worked Thank you.MEB

"Rowan Drummond" wrote:

A formula can only return a value to one cell. So in D10 enter
=IF(A1-B10,A1-B1,"")
and in D12 enter
=IF(A1-B1<=0,A1-B1,"")

Hope this helps
Rowan

"MEB" wrote:

I would like to set up a conditional formula but am not sure how to do it. If
A1-B1 0, then put the answer in cell D10, but if A1-B1 is = 0 or < 0 then
put the answer in cell D12.
Any help would be appreciated.
MEB

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
Conditional Sum Formula? Boulder257 Excel Discussion (Misc queries) 1 January 25th 06 05:06 PM
need a conditional formula to generate numbers divisible by 4 between a given starting no. & end No. ramana Excel Worksheet Functions 5 October 21st 05 07:39 AM
Conditional formatting...cont. from 9/25 Guenzak Excel Discussion (Misc queries) 4 September 26th 05 10:55 PM
Conditional Formatting formula not acceptable? Thief_ Excel Discussion (Misc queries) 4 July 19th 05 11:54 AM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM


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