Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Cell than number of other cells..

Hi, was wondering if can do something for 1 cell greater than a number of
other cells, together instead of separately, such as:

=A1{C1,F1,H1}
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default Cell than number of other cells..

nastech wrote:
Hi, was wondering if can do something for 1 cell greater than a
number of other cells, together instead of separately, such as:

=A1{C1,F1,H1}


Well you can use sumproduct for a range thus:

=SUMPRODUCT((A1C1:H1)*1*(C1:H1<""))0


  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Cell than number of other cells..

Neat trick:

If A1 is greater than a set of numbers it must be greater than the max of
the set. use:


=(A1MAX(C1,F1,H1))
--
Gary's Student


"nastech" wrote:

Hi, was wondering if can do something for 1 cell greater than a number of
other cells, together instead of separately, such as:

=A1{C1,F1,H1}

  #4   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default Cell than number of other cells..

Gary''s Student wrote:
Neat trick:

If A1 is greater than a set of numbers it must be greater than the
max of the set. use:


=(A1MAX(C1,F1,H1))

Why do I so often miss the simple approach and try complicating matters.
Nice one!


  #5   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Cell than number of other cells..

thanks, thats great..

"Gary''s Student" wrote:

Neat trick:

If A1 is greater than a set of numbers it must be greater than the max of
the set. use:


=(A1MAX(C1,F1,H1))
--
Gary's Student


"nastech" wrote:

Hi, was wondering if can do something for 1 cell greater than a number of
other cells, together instead of separately, such as:

=A1{C1,F1,H1}



  #6   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Cell than number of other cells..

Hi, was wondering if you knew a short cut for this one too: have %change
equation, that adds a cummulative of change for each day, but do not know how
to abbreviate. (must keep original amounts in each column to show direction
up/dn)

(adding separate amounts for each day, for each range selected, such as:
2=(day1+day2),3=(day1+day2+day3)... (thanks)

long verson:
=IF(OR(BS9="",COUNTA(BT9:BX9)=0,MIN(BT9:BX9)=MAX(B T9:BX9)),"",
IF(OR($BH$2={"",".",2}),(BS9/BT9%-100)+(BT9/BU9%-100),IF($BH$2=3,(BS9/BT9%-100)+(BT9/BU9%-100)+(BU9/BV9%-100),
IF($BH$2=4,(BS9/BT9%-100)+(BT9/BU9%-100)+(BU9/BV9%-100)+(BV9/BW9%-100),
IF($BH$2=5,(BS9/BT9%-100)+(BT9/BU9%-100)+(BU9/BV9%-100)+(BV9/BW9%-100)+(BW9/BX9%-100))))))

"Gary''s Student" wrote:

Neat trick:

If A1 is greater than a set of numbers it must be greater than the max of
the set. use:


=(A1MAX(C1,F1,H1))
--
Gary's Student


"nastech" wrote:

Hi, was wondering if can do something for 1 cell greater than a number of
other cells, together instead of separately, such as:

=A1{C1,F1,H1}

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
Value of one cell a certain number of cells away from another cell Box815 Excel Discussion (Misc queries) 1 March 13th 06 02:52 PM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
I want the greater number of 2 cells to show in a separate cell cfiser Excel Discussion (Misc queries) 2 November 16th 05 10:32 PM
I want the greater number of 2 cells to show in a separate cell Ron Coderre Excel Discussion (Misc queries) 1 November 16th 05 09:22 PM
Formatting a cell as "text" in the number catagory. Ed Excel Worksheet Functions 3 December 7th 04 07:12 PM


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