Forum Discussion
ShearaKLC
May 15, 2022Copper Contributor
Combining "If" "" / If IFBLANK with another complex formula HELP
So, I am trying to assign random codes to products in excel with the RANDBETWEEN, however, I don't want it to add a random number unless there is text in the Item section, every formula I try online ...
Riny_van_Eekelen
May 15, 2022Platinum Contributor
ShearaKLC Try this:
=IF(ISBLANK([@Items]),"",RANDBETWEEN(100000,999999))ShearaKLC
May 15, 2022Copper Contributor
OMG thank you, I am new to all this and have learning difficulties, but trying desperately to learn to hopefully work in digital content.
Think I was missing a ) in some attempts or putting the = by Rand... So every time I tried fixing one place I had it wrong in another.
My health has been deteriorating meaning I might no longer be able to do my job in a few years, so trying to work on my skillset and things I can do from home, I don't really have higher qualifications so can't really find remote work. I had been stuck on this one for hours, where I can usually find the answers within 30 minutes. I do try finding the answers first without bothering anyone, but I was trying for hours.
THANK YOU SO MUCH
Think I was missing a ) in some attempts or putting the = by Rand... So every time I tried fixing one place I had it wrong in another.
My health has been deteriorating meaning I might no longer be able to do my job in a few years, so trying to work on my skillset and things I can do from home, I don't really have higher qualifications so can't really find remote work. I had been stuck on this one for hours, where I can usually find the answers within 30 minutes. I do try finding the answers first without bothering anyone, but I was trying for hours.
THANK YOU SO MUCH
- Riny_van_EekelenMay 15, 2022Platinum Contributor
ShearaKLC Glad I could help! Don't hesitate to come back here for more help if you can't resolve something within 30 minutes yourself 🙂