Need cell to show blank but number comes up due to adjacent formula

Caveman1964

Board Regular
Joined
Dec 14, 2017
Messages
121
Hi,
I have a formula in cell picking up running values. But when nothing is there, its giving me a number. I want it to show blank.
I assume because there is a formula in that adjacent cell.
this is what it shows. Where as E is the customer its picking up from column A, and F is the amount of times that customer shows up from A.
formula in F is referencing E and formula E is referencing another column.
Formula for E is {=IFERROR(INDEX($A$77:$A$3500, MATCH(0,COUNTIF($E$76:E90, $A$77:$A$3500), 0)),"")}
Formula for F is =IFERROR(IF(ISBLANK(E91),"",COUNTIFS(A91:A$375,E91)),"")
Column A is the running entries for customer, so it will have many duplicates.
e79 is blank except for formula in it.
EF
77Customer 14
78Customer 25
79273

<tbody>
</tbody>
This is way out of my league, I'm already in over my head. I would appreciate any of you Gurus help. I don't even know how I got this far, weeks of reading internet and trying.
Background of formula.
New customers are entered on sheet 2 column L, sheet 3 picks up those and puts them in sheet 3 column A.
sheet 3 column E picks up customer and disregards duplicates and places name of customer. Column F shows how many times that customer shows up.
Looking at this, its not a good explanation. Hoping one you can see in my formula some way to make column

<tbody>
</tbody>

Thank You ahead of time for even reading this!
 
Last edited:

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
For col F try
=IFERROR(IF(E91="","",COUNTIFS(A91:A$375,E91)),"")
 
Upvote 0
WHEW!!!! ....Oh my, yes it worked perfect! That just lifted a load off....I feel great joy right now! lol.....I am learning from all of you. I pick up a little at a time.
Thank You Thank You and Thank you..............stress relief. I got so frustrated last night, I threw in the towel. You are a blessing.
Wishing you a wonderful day!
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,605
Members
449,089
Latest member
Motoracer88

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