Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,101
Default trying to find formula

cells AP6:AP30 has data it could = to 2 to 8 when entered Now if i enter
data in cells AS6:AS30 I AM COUNTING these CELLS in AS31 IT could = to 1 to 4
So what i want to do is to have AS31 Multiplied by the least amount of the
cells AP6:AP30 whitch might be 2 to 8
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,510
Default trying to find formula

Hi Mike,

Not sure that I have interpretted your question correctly but it appears
that you want to find the minimum value in the range AP6:AP30 and multiply
that by the count of cells containing values in range AS6:AS30. If my
assumption is correct then the following will return the minimum value.

=MIN(AP6:AP30)

If in cell AS31 you are counting cells with values in range AS6:AS30 then I
assume you are using the following

=COUNT(AS6:AS30)

Therefore =COUNT(AS6:AS30)*MIN(AP6:AP30) should return what you want.

--
Regards,

OssieMac


"Mike" wrote:

cells AP6:AP30 has data it could = to 2 to 8 when entered Now if i enter
data in cells AS6:AS30 I AM COUNTING these CELLS in AS31 IT could = to 1 to 4
So what i want to do is to have AS31 Multiplied by the least amount of the
cells AP6:AP30 whitch might be 2 to 8

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,101
Default trying to find formula

This is good but i do have zero values in cells AP6:AP30 that i need to avoid

"OssieMac" wrote:

Hi Mike,

Not sure that I have interpretted your question correctly but it appears
that you want to find the minimum value in the range AP6:AP30 and multiply
that by the count of cells containing values in range AS6:AS30. If my
assumption is correct then the following will return the minimum value.

=MIN(AP6:AP30)

If in cell AS31 you are counting cells with values in range AS6:AS30 then I
assume you are using the following

=COUNT(AS6:AS30)

Therefore =COUNT(AS6:AS30)*MIN(AP6:AP30) should return what you want.

--
Regards,

OssieMac


"Mike" wrote:

cells AP6:AP30 has data it could = to 2 to 8 when entered Now if i enter
data in cells AS6:AS30 I AM COUNTING these CELLS in AS31 IT could = to 1 to 4
So what i want to do is to have AS31 Multiplied by the least amount of the
cells AP6:AP30 whitch might be 2 to 8

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
How to find formula for.... Jill Excel Worksheet Functions 1 May 13th 08 01:28 AM
Find Formula CHARLENE Excel Worksheet Functions 2 January 16th 08 12:13 AM
Need to find a formula Lanza52 Excel Worksheet Functions 1 July 13th 06 06:11 AM
Using IF/And in a formula to find a value lars1028 Excel Discussion (Misc queries) 4 July 3rd 06 07:05 PM
Lookup Formula - but have a formula if it can't find/match a value Stephen Excel Worksheet Functions 11 June 14th 05 05:32 AM


All times are GMT +1. The time now is 03:13 AM.

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"