istext formula

Raggedyman

New Member
Joined
Jan 9, 2020
Messages
20
Office Version
  1. 2016
Platform
  1. MacOS
I'm looking for help with the following istext formula;

When data is added to cells B1 and B2, I would like cell C1(=IF(istext(B1),20,"")) and this works.
I'm not sure of the formula to add another 20 to B2 when text is entered.
Thank you in advance
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi & welcome to MrExcel
How about
=SUM(--ISTEXT(B1:B2))*20
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0
I have another formula I'm trying to work out. The following formula is in cell D4:H4 =IF(COUNTIF(D1:H4,MIN(D1:H4))=1,MIN(D1:H4)," ")
In cells H1:H5 I want to find and add the total min number for these cells, what would be the formula?
 
Upvote 0
That formula is going to give a circular reference if you have it in D4
 
Upvote 0
How about
=SUMIF(D1:H4,MIN(D1:H4))
 
Upvote 0
More info, in cells D5:H5 I'm have the following =IF(COUNTIF(D1:H4,MIN(D1:H4))=1,MIN(D1:H4)," ")
If there is 1# that differs and is the lowest number from the rest in column D1:D4 the # in the cell is highlighted in red.
I'm looking to total the red #'s in rows 1:4 in cells E1:E4 with only red highlighted #'s
 
Upvote 0
Sorry, but I haven't got a clue what you're talking about. This is the first mention of highlighted cells & how you cannot have a formula in E1:E4 looking at D1:H4 as it will create a circular reference.
Can you post some sample data, the XL2BB add-in can help with that. XL2BB
 
Upvote 0

Forum statistics

Threads
1,214,829
Messages
6,121,826
Members
449,051
Latest member
excelquestion515

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