Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Is this a conditional formula, and how do I do it?

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.misc
external usenet poster
 
Posts: 1,805
Default Is this a conditional formula, and how do I do it?

If by * you mean multiplication then how will you multiply a number with text?

Also for conditional formatting you can use the same formula you have shown...

"john" wrote:

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.misc
external usenet poster
 
Posts: 2,069
Default Is this a conditional formula, and how do I do it?

I don't need it to mulitply text, but I do need it to let me know if the two
values are not the same. Even if it highlights the ones with text as being
incorrect, that is fine. I just can't figure out how to write the formula.

Thanks

"Sheeloo" wrote:

If by * you mean multiplication then how will you multiply a number with text?

Also for conditional formatting you can use the same formula you have shown...

"john" wrote:

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.misc
external usenet poster
 
Posts: 1,805
Default Is this a conditional formula, and how do I do it?

Select Col C
Choose Format|Conditional Formatting
For condition 1
Choose Formula is and paste this condition
=(A1+B1)C1
Format as you want
For condition 2 Choose Formula is and paste this condition
=(A1+B1)<C1
Format as you want

Do the same for Col D - just use D1 instead of C1

It will ignore text values...

To highlight text in say Col B
use
=ISTEXT(B1)

"john" wrote:

I don't need it to mulitply text, but I do need it to let me know if the two
values are not the same. Even if it highlights the ones with text as being
incorrect, that is fine. I just can't figure out how to write the formula.

Thanks

"Sheeloo" wrote:

If by * you mean multiplication then how will you multiply a number with text?

Also for conditional formatting you can use the same formula you have shown...

"john" wrote:

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
Conditional Formula-Sum or 0 Elara Excel Discussion (Misc queries) 3 October 28th 08 10:48 PM
conditional formula Anthony Excel Discussion (Misc queries) 1 September 13th 07 11:45 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 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


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