Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Conditional formula

I'm sure this is simple, but I cannot seem to wrap my mind around it. This
is what I have:

COLUMNS:
F H I J

ROW 1: .5 .5 1 1
ROW 2: 1 1 2 1
ROW 3: .5 .5 1 MO
ROW 4: 2 X 2 1

I need some kind of formula that will calclulate (for example) if F1+H1 is
equal to I1*J1, then highlight I1 and/or J1 if it is not.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Conditional formula

Select the I cells to be tested and in conditional format use this formula:
=F1+H1=I1*J1
set actual format as needed
Select the J cells to be tested and in conditional format use this formula:
=IF(ISERROR(F1+H1<I1*J1),TRUE,IF(F1+H1<I1*J1,TRU E,FALSE))
set actual format as needed
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"john" wrote in message
...
I'm sure this is simple, but I cannot seem to wrap my mind around it.
This
is what I have:

COLUMNS:
F H I J

ROW 1: .5 .5 1 1
ROW 2: 1 1 2 1
ROW 3: .5 .5 1 MO
ROW 4: 2 X 2 1

I need some kind of formula that will calclulate (for example) if F1+H1 is
equal to I1*J1, then highlight I1 and/or J1 if it is not.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Conditional formula

THANK YOU THANK YOU THANK YOU!!! That worked!!

"Bernard Liengme" wrote:

Select the I cells to be tested and in conditional format use this formula:
=F1+H1=I1*J1
set actual format as needed
Select the J cells to be tested and in conditional format use this formula:
=IF(ISERROR(F1+H1<I1*J1),TRUE,IF(F1+H1<I1*J1,TRU E,FALSE))
set actual format as needed
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"john" wrote in message
...
I'm sure this is simple, but I cannot seem to wrap my mind around it.
This
is what I have:

COLUMNS:
F H I J

ROW 1: .5 .5 1 1
ROW 2: 1 1 2 1
ROW 3: .5 .5 1 MO
ROW 4: 2 X 2 1

I need some kind of formula that will calclulate (for example) if F1+H1 is
equal to I1*J1, then highlight I1 and/or J1 if it is not.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Conditional formula

My Halloween treat!
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"john" wrote in message
...
THANK YOU THANK YOU THANK YOU!!! That worked!!

"Bernard Liengme" wrote:

Select the I cells to be tested and in conditional format use this
formula:
=F1+H1=I1*J1
set actual format as needed
Select the J cells to be tested and in conditional format use this
formula:
=IF(ISERROR(F1+H1<I1*J1),TRUE,IF(F1+H1<I1*J1,TRU E,FALSE))
set actual format as needed
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"john" wrote in message
...
I'm sure this is simple, but I cannot seem to wrap my mind around it.
This
is what I have:

COLUMNS:
F H I J

ROW 1: .5 .5 1 1
ROW 2: 1 1 2 1
ROW 3: .5 .5 1 MO
ROW 4: 2 X 2 1

I need some kind of formula that will calclulate (for example) if F1+H1
is
equal to I1*J1, then highlight I1 and/or J1 if it is not.






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
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
conditional formula Beans Excel Discussion (Misc queries) 1 July 3rd 07 07:18 PM
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
conditional formula Matt Excel Worksheet Functions 5 August 27th 05 03:00 PM


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