Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Complicated Formula

I have Excel XP, and I am in need of a formula that will calculate the
following: Example: =countif(G3:L3,"A") . . . once it determines the count
of how many As, it will then need to determine, if that count is greater than
or equal to a number (let's say 3), then, if it is =or 3, it will place in
the cell an amount of $12,000 as a cap).

If anyone has a clue as to how I can even come close to getting a formula
that will do all of this, I will be forever indebted.

Thanks in advance for your time and assistance.

Renegade
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Complicated Formula

Try
=IF(COUNTIF(G3:L3,"A")=3,12000,"")

'OR
=IF(COUNTIF(G3:L3,"A")=3,12000,"Do something")

If this post helps click Yes
---------------
Jacob Skaria


"Renegade" wrote:

I have Excel XP, and I am in need of a formula that will calculate the
following: Example: =countif(G3:L3,"A") . . . once it determines the count
of how many As, it will then need to determine, if that count is greater than
or equal to a number (let's say 3), then, if it is =or 3, it will place in
the cell an amount of $12,000 as a cap).

If anyone has a clue as to how I can even come close to getting a formula
that will do all of this, I will be forever indebted.

Thanks in advance for your time and assistance.

Renegade

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
Complicated Formula George Excel Discussion (Misc queries) 1 March 3rd 09 03:33 PM
Need help doing complicated formula mrl Excel Worksheet Functions 10 October 31st 07 10:14 PM
complicated formula help chris quinn Excel Worksheet Functions 0 September 26th 07 01:14 PM
Complicated IF Formula Luke Excel Worksheet Functions 5 November 8th 05 02:18 PM
Complicated Formula Stephen Excel Discussion (Misc queries) 12 April 17th 05 01:15 PM


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