How to express number of Characters for a formula

mstuf

Active Member
Joined
Feb 4, 2003
Messages
321
Office Version
  1. 2016
Platform
  1. Windows
Good Evening --

Could Someone help me to express the value I need to specify for a formula that I am trying to write in cell BD1

Heres what I am trying to do.

=IF(AK1<b>=< 11 Characters</B>,"ISBN"),IF(AK1<b>=> 11 Characters</b>,"UPC")

for the 11 Characters value - I have tried to use *********** and ???????????

The Characters in AK1 are Numbers with an occasional letter at the end of a few but they are stored as Text so that numbers that open with 0's are not truncated.


Your Input would be appreciated much. I'm stumped

Thanks
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
SWEET !
Thanks So Much

Might just be Excel 2002 but it wanted =IF(LEN(AK1)<=11,"ISBN","UPC")

<= instead of =<

I found some nice tutorials lately online but LEN wasnt covered there --

Again -- BIG THANKS
 
Upvote 0

Forum statistics

Threads
1,214,601
Messages
6,120,467
Members
448,965
Latest member
grijken

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