Forum Discussion
Conditional formatting on several colomns
- Feb 09, 2020
After you select the columns, just create a new rule with the formula.
If the columns start from B to H, then select only these columns and change the formula as follows:
=B1=MIN(B:B)
Hi,
Select all columns, then create a new custom rule with this formula:
=A1=MIN(A:A)
Hope that helps
- helene7Feb 09, 2020Copper Contributor
hello Haytham Amairah
I know this looks trivial but could you describe step by step how you do this?
or with a small capture?
would be really nice
(do you use macro?)
🙂
- Haytham AmairahFeb 09, 2020Silver Contributor
After you select the columns, just create a new rule with the formula.
If the columns start from B to H, then select only these columns and change the formula as follows:
=B1=MIN(B:B)
- Bob_BeattieNov 02, 2020Copper Contributor
Hi,
I have several columns of data separated by columns of text and dates. I need to use the MIN function to process the data while ignoring the text and dates. =min(A1:A20) works as expected, but I cannot link multiple columns into the calculation. I would expect that something like =min((A1:A20),(D1:D20))
would work. Where do I go from here?
Thanks,
Bob.
- helene7Feb 09, 2020Copper Contributor
hello Haytham Amairah
thanks for your quick answer.
I'm trying this right now.
at first, it seems like random results but I should be doing this wrong.Trying again.