formula help to display instances of <20

junkforhr

Board Regular
Joined
Dec 16, 2009
Messages
115
Office Version
  1. 365
Platform
  1. Windows
Hi guys,

I have a data set of which is pretty simple.

Cell A2 will have a numerical value of say 1159, Cell B2 with have a value of 100, C2 will have 589, D2 will have <20 Cell E may have <20. So in a range of cells there will be a numerical value or <20. <20 is a text value.

There will be instances where the value of <20 will be only present once in a range of cells and this is where I need the forumla. Where <20 is only present once in a range, I would like the value of please check to be returned in a helper column.

The data I am checking can have up 10,000 rows and checking them manually is somewhat time consuming.

I hope I have been clear. I am at work and cannot use any adds-on to post even a text example of my data.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I think this is what you're looking for... copy the formula down:
Excel Workbook
ABCDEFG
1
21159100589<20<20-OK
31159100589<2015-PleaseCheck
Sheet1
Cell Formulas
RangeFormula
G2=IF(SUMPRODUCT(--(A2:E2="<20"))<2,"Please Check","OK")
G3=IF(SUMPRODUCT(--(A3:E3="<20"))<2,"Please Check","OK")


Hope that helps.
Tai
 
Upvote 0
Thanks for that one Haseeb, I couldn't figure out how to get the countif to work myself... always nice to see a better solution!

Tai
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,866
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top