LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default simple formula to count cells

Hi,

I think what you are trying to do is logical floored. see:

Example:If cell A1 is greater than or equal to B1, I
would like to print "1" in cell A3 otherwise blank cell,


cool (=if(a1=b1,1,"")

and if A1=B1andB1=C1 print "2" in cell A3 otherwise
blank,


what do i print if a1b1, but b1<c1, blank or 1?

and if A1=B1 and B1=C1 and C1=D1 print "3" in
cell A3.


same agian.

I think i see what your trying to do, might this work


=IF(AND(A1=B1,B1=C1,C1=D1),3,IF(AND(A1=B1,B1= C1),2,IF(AND(A1=B1),1,"")))

good luck
Ross
 
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
Simple Count of certain cells JPDS Excel Worksheet Functions 7 January 15th 10 02:45 PM
Need to calculate simple formula for cells victoriaawatson Excel Discussion (Misc queries) 1 May 31st 07 12:29 AM
Need to calculate simple formula for cells victoriaawatson Excel Discussion (Misc queries) 2 May 31st 07 12:23 AM
Simple Count formula required mike_vr Excel Discussion (Misc queries) 2 January 23rd 06 03:30 PM
simple formula with blank cells Brian Excel Worksheet Functions 1 April 1st 05 04:41 AM


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