ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Name (https://www.excelbanter.com/excel-worksheet-functions/234900-name.html)

Talladega

Name
 
Hi,

I have two colums, check number and number of months. I want to create a
formula showing if it is more than 36 months then it shows "Check No. 457" if
its under 36 months than blank.

Check No. Months Formula
74587 45 Check No. 74587
45647 12
44567 36 Check No. 44567
44767 6
57846 60 Check No. 57846

Gary Brown[_5_]

Name
 
=if(B1=36,"Check No. " & A1,"")
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"Talladega" wrote:

Hi,

I have two colums, check number and number of months. I want to create a
formula showing if it is more than 36 months then it shows "Check No. 457" if
its under 36 months than blank.

Check No. Months Formula
74587 45 Check No. 74587
45647 12
44567 36 Check No. 44567
44767 6
57846 60 Check No. 57846


Bernard Liengme[_3_]

Name
 
Let's assume the 45 in you example is in B2 and the 74587 in A1
=IF(B236,"Check No. "& A2,"")
the last argument is a pair of double-quotes with nothing between them
Copy this down the column (double clicking B2's fill handle - small solid
square in lower right corner of selected cell - is fastest way)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Talladega" wrote in message
...
Hi,

I have two colums, check number and number of months. I want to create a
formula showing if it is more than 36 months then it shows "Check No. 457"
if
its under 36 months than blank.

Check No. Months Formula
74587 45 Check No. 74587
45647 12
44567 36 Check No. 44567
44767 6
57846 60 Check No. 57846





All times are GMT +1. The time now is 03:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com