return value help

here goes :

Code:
=IF(COUNTIF(AE:AE,AR$6)<ROW(A1),"",AR$6)
 
One last time

Code:
=if(countif(ae:ae,ar$6)<row(a1),"",ar$6)
 
Code:
 =IF(COUNTIF(AE:AE,AR$6)<ROW(A1),""AR$6)

If this doesnt work think im giving up
 
Nope tried the
Code:
 at the start and
at the end no joy.
 
got an idea am just going to type it in between my writing so here it is without the equals sign if(countif(ae:ae,ar$6)<row(a1),"",ar$6) lets see if this works.
 
I have give up that didnt even print all my typing I have never had this before.
 
Odd thing. If I hover over your thread from the Excel Forum, I can see the beginning of your original question and the formula you typed. It looks like this is what you wanted to type:

Code:
=IF(COUNTIF(AE:AE,AR$6)<ROW(A2),"",AR$6)

The offending character is the greater than sign. That is being confused for the start of HTML code. Here is another little trick to get around that. Just put a space before and after the greater than sign, i.e.

=IF(COUNTIF(AE:AE,AR$6) < ROW(A2),"",AR$6)

At this point, your original question probably has been garbled among the formula posting problem you were having. If you like, I can move this thread out of this forum (to the About This Board forum), and you can post your question again from scratch so that it appears as a brand new unanswered question. Just let me know.
 
I have moved this thread to the "About This Board" forum (since it deals more with posting on this board now that it does the original question).

Please feel free to post this question again on the Excel forum.

Note, if you want to make sure that you can post this formula without any issues, I would recommend using the "Test Here" forum first to try it out. You can use that Forum whenever you want to test posting something out first before posting it for real.
 

Forum statistics

Threads
1,221,573
Messages
6,160,595
Members
451,657
Latest member
Ang24

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